#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.
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> |
![]() | |
using | CellInterfaceType |
using | CellIterator |
using | CellsContainer |
using | CellTraits |
using | CellType |
using | ConstPointer |
using | InputMeshPointer |
using | InputMeshType |
using | PixelType |
using | Pointer |
using | PointIdentifier |
using | PointIdIterator |
using | PointIterator |
using | PointsContainer |
using | PointType |
using | Self |
using | Superclass |
using | TriangleCellType |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Public Member Functions | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
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 |
![]() | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
const char * | GetNameOfClass () const override |
void | SetInput (const InputMeshType *input) |
void | SetInput (const InputMeshType *input) |
void | Update () |
void | Update () |
void | Write () |
void | Write () |
virtual void | SetFileName (const char *_arg) |
virtual const char * | GetFileName () const |
virtual void | SetFileName (const char *_arg) |
virtual const char * | GetFileName () const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
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 |
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) const |
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 |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
void | GenerateData () override |
QuadEdgeMeshScalarDataVTKPolyDataWriter () | |
void | WriteCellData () |
void | WritePointData () |
~QuadEdgeMeshScalarDataVTKPolyDataWriter () override=default | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VTKPolyDataWriter () | |
VTKPolyDataWriter () | |
~VTKPolyDataWriter () override=default | |
~VTKPolyDataWriter () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (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 {} |
![]() | |
std::string | m_FileName |
std::string | m_FileName |
InputMeshPointer | m_Input |
InputMeshPointer | m_Input |
![]() | |
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 |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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::Object.
|
overrideprotectedvirtual |
Reimplemented from itk::VTKPolyDataWriter< TMesh >.
|
virtual |
Set/Get the name of the CellDataName where data are written.
|
overridevirtual |
Reimplemented from itk::Object.
References QuadEdgeMeshScalarDataVTKPolyDataWriter().
|
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.