![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h>
This class saves a QuadMesh into a VTK-legacy file format, including its scalar data associated with points.
Definition at line 37 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
Inheritance diagram for itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >:
Collaboration diagram for itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >:Public Types | |
| using | CellDataContainer = typename MeshType::CellDataContainer |
| using | CellDataContainerConstIterator = typename CellDataContainer::ConstIterator |
| using | CellDataContainerConstPointer = typename CellDataContainer::ConstPointer |
| using | CellDataContainerIterator = typename CellDataContainer::Iterator |
| using | CellDataContainerPointer = typename CellDataContainer::Pointer |
| using | CellsContainer = typename MeshType::CellsContainer |
| using | CellsContainerConstIterator = typename CellsContainer::ConstIterator |
| using | CellsContainerConstPointer = typename CellsContainer::ConstPointer |
| using | CellsContainerIterator = typename CellsContainer::Iterator |
| using | CellsContainerPointer = typename CellsContainer::Pointer |
| using | CellType = typename MeshType::CellType |
| using | ConstPointer = SmartPointer< const Self > |
| using | MeshPointer = typename MeshType::Pointer |
| using | MeshType = TMesh |
| using | PointDataContainerConstPointer = typename MeshType::PointDataContainerConstPointer |
| using | PointDataContainerIterator = typename MeshType::PointDataContainerIterator |
| using | PointDataContainerPointer = typename MeshType::PointDataContainerPointer |
| using | Pointer = SmartPointer< Self > |
| using | PointsContainerIterator = typename MeshType::PointsContainerIterator |
| using | PointsContainerPointer = typename MeshType::PointsContainerPointer |
| using | Self = QuadEdgeMeshScalarDataVTKPolyDataWriter |
| using | Superclass = VTKPolyDataWriter< TMesh > |
Public Types inherited from itk::VTKPolyDataWriter< TMesh > | |
| using | CellInterfaceType = CellInterface< PixelType, CellTraits > |
| using | CellIterator = typename CellsContainer::ConstIterator |
| using | CellsContainer = typename InputMeshType::CellsContainer |
| using | CellTraits = typename InputMeshType::CellTraits |
| using | CellType = typename InputMeshType::CellType |
| using | ConstPointer = SmartPointer< const Self > |
| using | InputMeshPointer = typename InputMeshType::ConstPointer |
| using | InputMeshType = TMesh |
| using | PixelType = typename InputMeshType::PixelType |
| using | Pointer = SmartPointer< Self > |
| using | PointIdentifier = typename InputMeshType::PointIdentifier |
| using | PointIdIterator = typename CellType::PointIdIterator |
| using | PointIterator = typename PointsContainer::ConstIterator |
| using | PointsContainer = typename InputMeshType::PointsContainer |
| using | PointType = typename InputMeshType::PointType |
| using | Self = VTKPolyDataWriter |
| using | Superclass = Object |
| using | TriangleCellType = TriangleCell< CellInterfaceType > |
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 |
Public Member Functions | |
| const char * | GetNameOfClass () const override |
| virtual void | SetCellDataName (const char *_arg) |
| virtual const char * | GetCellDataName () const |
| virtual void | SetPointDataName (const char *_arg) |
| virtual const char * | GetPointDataName () const |
Public Member Functions inherited from itk::VTKPolyDataWriter< TMesh > | |
| const char * | GetNameOfClass () const override |
| void | SetInput (const InputMeshType *input) |
| void | Update () |
| void | Write () |
| virtual void | SetFileName (const char *_arg) |
| virtual const char * | GetFileName () const |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
| LightObject::Pointer | CreateAnother () const override |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary () |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| virtual ModifiedTimeType | GetMTime () const |
| const char * | GetNameOfClass () const override |
| virtual const TimeStamp & | GetTimeStamp () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetReferenceCount (int) override |
| void | UnRegister () const noexcept override |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| virtual void | SetObjectName (std::string _arg) |
| virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
| Pointer | Clone () const |
| virtual Pointer | CreateAnother () const |
| virtual void | Delete () |
| virtual const char * | GetNameOfClass () const |
| virtual int | GetReferenceCount () const |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| virtual void | SetReferenceCount (int) |
| virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::VTKPolyDataWriter< TMesh > | |
| 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 () |
Protected Member Functions | |
| void | GenerateData () override |
| QuadEdgeMeshScalarDataVTKPolyDataWriter () | |
| void | WriteCellData () |
| void | WritePointData () |
| ~QuadEdgeMeshScalarDataVTKPolyDataWriter () override=default | |
Protected Member Functions inherited from itk::VTKPolyDataWriter< TMesh > | |
| virtual void | GenerateData () |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| VTKPolyDataWriter () | |
| ~VTKPolyDataWriter () override=default | |
Protected Member Functions inherited from itk::Object | |
| Object () | |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
| ~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
| virtual LightObject::Pointer | InternalClone () const |
| LightObject () | |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| virtual | ~LightObject () |
Protected Attributes | |
| std::string | m_CellDataName {} |
| std::string | m_PointDataName {} |
Protected Attributes inherited from itk::VTKPolyDataWriter< TMesh > | |
| std::string | m_FileName |
| InputMeshPointer | m_Input |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellDataContainer = typename MeshType::CellDataContainer |
Definition at line 70 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellDataContainerConstIterator = typename CellDataContainer::ConstIterator |
Definition at line 72 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellDataContainerConstPointer = typename CellDataContainer::ConstPointer |
Definition at line 74 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellDataContainerIterator = typename CellDataContainer::Iterator |
Definition at line 71 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellDataContainerPointer = typename CellDataContainer::Pointer |
Definition at line 73 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellsContainer = typename MeshType::CellsContainer |
Definition at line 64 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellsContainerConstIterator = typename CellsContainer::ConstIterator |
Definition at line 68 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellsContainerConstPointer = typename CellsContainer::ConstPointer |
Definition at line 66 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellsContainerIterator = typename CellsContainer::Iterator |
Definition at line 67 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellsContainerPointer = typename CellsContainer::Pointer |
Definition at line 65 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::CellType = typename MeshType::CellType |
Definition at line 55 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::MeshPointer = typename MeshType::Pointer |
Definition at line 54 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::MeshType = TMesh |
Definition at line 53 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::PointDataContainerConstPointer = typename MeshType::PointDataContainerConstPointer |
Definition at line 61 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::PointDataContainerIterator = typename MeshType::PointDataContainerIterator |
Definition at line 62 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::PointDataContainerPointer = typename MeshType::PointDataContainerPointer |
Definition at line 60 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::PointsContainerIterator = typename MeshType::PointsContainerIterator |
Definition at line 58 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::PointsContainerPointer = typename MeshType::PointsContainerPointer |
Definition at line 57 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::Self = QuadEdgeMeshScalarDataVTKPolyDataWriter |
Definition at line 42 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
| using itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >::Superclass = VTKPolyDataWriter<TMesh> |
Definition at line 45 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Reimplemented from itk::VTKPolyDataWriter< TMesh >.
|
virtual |
Set/Get the name of the CellDataName where data are written.
|
overridevirtual |
Reimplemented from itk::Object.
|
virtual |
Set/Get the name of the PointDataName where data are written.
|
static |
New macro for creation of through a Smart Pointer
|
virtual |
Set/Get the name of the CellDataName where data are written.
|
virtual |
Set/Get the name of the PointDataName where data are written.
|
protected |
|
protected |
|
protected |
Definition at line 90 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
|
protected |
Definition at line 91 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
1.9.3