ITK
5.2.0
Insight Toolkit
|
#include <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 > |
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 | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::VTKPolyDataWriter< TMesh > | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
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 |
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) |
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 void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
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 () |
std::string | m_CellDataName |
std::string | m_PointDataName |
virtual void | SetCellDataName (const char *_arg) |
virtual const char * | GetCellDataName () const |
virtual void | SetPointDataName (const char *_arg) |
virtual const char * | GetPointDataName () const |
QuadEdgeMeshScalarDataVTKPolyDataWriter () | |
~QuadEdgeMeshScalarDataVTKPolyDataWriter () override=default | |
void | GenerateData () override |
void | WriteCellData () |
void | WritePointData () |
Additional Inherited Members | |
Protected Member Functions inherited from itk::VTKPolyDataWriter< TMesh > | |
VTKPolyDataWriter () | |
~VTKPolyDataWriter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
Protected Member Functions inherited from itk::LightObject | |
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 inherited from itk::VTKPolyDataWriter< TMesh > | |
std::string | m_FileName |
InputMeshPointer | m_Input |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Definition at line 37 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
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 |
Set/Get the name of the CellDataName where data are written.
|
overrideprotecteddefault |
Set/Get the name of the CellDataName where data are written.
|
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 |
Set/Get the name of the CellDataName where data are written.
Reimplemented from itk::VTKPolyDataWriter< TMesh >.
|
virtual |
Set/Get the name of the CellDataName where data are written.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VTKPolyDataWriter< TMesh >.
|
virtual |
Set/Get the name of the CellDataName 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 |
Set/Get the name of the CellDataName where data are written.
|
protected |
Set/Get the name of the CellDataName where data are written.
|
protected |
Set/Get the name of the CellDataName where data are written.
Definition at line 90 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.
|
protected |
Set/Get the name of the CellDataName where data are written.
Definition at line 91 of file itkQuadEdgeMeshScalarDataVTKPolyDataWriter.h.