|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkMeshSource_h
29 #define itkMeshSource_h
48 template <
typename TOutputMesh>
78 GetOutput(
unsigned int idx);
83 using Superclass::SetOutput;
85 SetOutput(TOutputMesh * output);
134 GraftNthOutput(
unsigned int idx,
DataObject * graft);
150 using Superclass::MakeOutput;
159 PrintSelf(std::ostream & os,
Indent indent)
const override;
165 GenerateInputRequestedRegion()
override;
175 #ifndef ITK_MANUAL_INSTANTIATION
176 # include "itkMeshSource.hxx"
int m_GenerateDataNumberOfRegions
typename OutputMeshType::Pointer OutputMeshPointer
DataObject::DataObjectIdentifierType DataObjectIdentifierType
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Light weight base class for most itk classes.
Base class for all process objects that output mesh data.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
SmartPointer< Self > Pointer
Base class for all data objects in ITK.