ITK
5.2.0
Insight Toolkit
|
#include <itkVTKPolyDataReader.h>
Public Types | |
using | CellAutoPointer = typename OutputMeshType::CellAutoPointer |
using | CellIdentifier = typename OutputMeshType::CellIdentifier |
using | CellTraits = typename OutputMeshType::CellTraits |
using | CellType = typename OutputMeshType::CellType |
using | ConstPointer = SmartPointer< const Self > |
using | IndexPairType = std::pair< IdentifierType, IdentifierType > |
using | MeshTraits = typename OutputMeshType::MeshTraits |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | PixelType = typename MeshTraits::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointIdentifier = typename OutputMeshType::PointIdentifier |
using | PointIdIterator = typename CellTraits::PointIdIterator |
using | PointMapType = MapContainer< IndexPairType, IdentifierType > |
using | PointsContainer = typename OutputMeshType::PointsContainer |
using | PointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
using | PointType = typename OutputMeshType::PointType |
using | Self = VTKPolyDataReader |
using | Superclass = MeshSource< TOutputMesh > |
using | TriangleCellAutoPointer = typename TriangleCellType::SelfAutoPointer |
using | TriangleCellType = TriangleCell< CellType > |
using | VectorType = typename PointType::VectorType |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshSource |
using | Superclass = ProcessObject |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
std::string | m_FileName |
std::string | m_Header |
std::string | m_Version |
virtual void | SetFileName (const char *_arg) |
virtual const char * | GetFileName () const |
virtual const char * | GetVersion () const |
virtual const char * | GetHeader () const |
VTKPolyDataReader () | |
~VTKPolyDataReader () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | GenerateData () override |
Reads a vtkPolyData file and create an itkMesh.
Caveat1: itkVTKPolyDataReader can only read triangle meshes. Use vtkTriangleFilter to convert your mesh to a triangle mesh. Caviet2: itkVTKPolyDataReader can only read vtk legacy files. Caveat3: itkVTKPolyDataReader cannot read binary vtk files.
This class may be deprecated in the future. The MeshFileReader is preferred.
Definition at line 45 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::CellAutoPointer = typename OutputMeshType::CellAutoPointer |
Definition at line 73 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::CellIdentifier = typename OutputMeshType::CellIdentifier |
Definition at line 71 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::CellTraits = typename OutputMeshType::CellTraits |
Definition at line 70 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::CellType = typename OutputMeshType::CellType |
Definition at line 72 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::IndexPairType = std::pair<IdentifierType, IdentifierType> |
Definition at line 85 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::MeshTraits = typename OutputMeshType::MeshTraits |
Definition at line 64 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Some convenient type alias.
Definition at line 69 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::OutputMeshType = TOutputMesh |
Hold on to the type information specified by the template parameters.
Definition at line 63 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PixelType = typename MeshTraits::PixelType |
Definition at line 66 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PointIdentifier = typename OutputMeshType::PointIdentifier |
Definition at line 74 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PointIdIterator = typename CellTraits::PointIdIterator |
Definition at line 75 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PointMapType = MapContainer<IndexPairType, IdentifierType> |
Definition at line 86 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PointsContainer = typename OutputMeshType::PointsContainer |
Definition at line 78 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
Definition at line 77 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::PointType = typename OutputMeshType::PointType |
Definition at line 65 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::Self = VTKPolyDataReader |
Standard "Self" type alias.
Definition at line 51 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::Superclass = MeshSource<TOutputMesh> |
Definition at line 52 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::TriangleCellAutoPointer = typename TriangleCellType::SelfAutoPointer |
Definition at line 83 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::TriangleCellType = TriangleCell<CellType> |
Define the triangular cell types which form the surface
Definition at line 81 of file itkVTKPolyDataReader.h.
using itk::VTKPolyDataReader< TOutputMesh >::VectorType = typename PointType::VectorType |
Definition at line 87 of file itkVTKPolyDataReader.h.
|
protected |
Filename to read
|
overrideprotecteddefault |
Filename to read
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::MeshSource< TOutputMesh >.
|
overrideprotectedvirtual |
Reads the file
Reimplemented from itk::ProcessObject.
|
virtual |
Filename to read
|
virtual |
Get the file header line
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshSource< TOutputMesh >.
|
virtual |
Get the file version line
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Filename to read
Reimplemented from itk::MeshSource< TOutputMesh >.
|
virtual |
Set the resolution level to be used for generating cells in the Sphere. High values of this parameter will produce sphere with more triangles. Set/Get the name of the file to be read.
|
private |
Filename to read
Definition at line 117 of file itkVTKPolyDataReader.h.
|
private |
Filename to read
Definition at line 118 of file itkVTKPolyDataReader.h.
|
private |
Filename to read
Definition at line 119 of file itkVTKPolyDataReader.h.