19 #ifndef itkFEMObjectSpatialObject_h
20 #define itkFEMObjectSpatialObject_h
41 template <
unsigned int TDimension = 3>
80 void operator=(const Self&);
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkFEMObjectSpatialObject.hxx"
97 #endif //itkFEMObjectSpatialObject_h
Implements N-dimensional Finite element (FE) models including elements, materials, and loads.
void PrintSelf(std::ostream &os, Indent indent) const override
FEMObjectType * GetFEMObject(void)
unsigned long ModifiedTimeType
FEMObjectType::Pointer FEMObjectPointer
ObjectType * GetPointer() const
ModifiedTimeType GetMTime(void) const override
const FEMObjectType * GetFEMObject(void) const
Implementation of the composite pattern.
SmartPointer< const Self > ConstPointer
FEMObjectPointer m_FEMObject
FEMObjectSpatialObject< TDimension > Self
void SetFEMObject(FEMObjectType *femobject)
itk::fem::FEMObject< TDimension > FEMObjectType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
SpatialObject< TDimension > Superclass
Implementation spatial object that can hold a FEMObject.
Base class for all data objects in ITK.