49 #ifndef __vtkboneCoarsenModel_h 50 #define __vtkboneCoarsenModel_h 62 void PrintParameters(ostream& os,
vtkIndent indent);
67 NUMBER_OF_MaterialAveragingMethod
77 vtkSetClampMacro(MaterialAveragingMethod,
78 int, 0, NUMBER_OF_MaterialAveragingMethod);
79 vtkGetMacro(MaterialAveragingMethod,
int);
98 const unsigned int* outputPointGrid,
99 unsigned int outputDims[3],
100 double outputSpacing[3],
104 const unsigned int* outputPointGrid,
105 const unsigned int* outputCellGrid,
106 unsigned int outputDims[3],
108 virtual int GenerateMaterials(
111 const unsigned int* reverseCellMap);
112 virtual int GenerateMaterialsSingleInputMaterial(
115 const unsigned int* reverseCellMap);
118 const unsigned int* pointMap);
121 const unsigned int* pointMap);
124 const unsigned int* pointMap,
data model for finite element meshes
Generates a reduced-resolution FE model.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only vtkboneFiniteElementModel as output.
int MaterialAveragingMethod
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
MaterialAveragingMethod_t
static vtkboneFiniteElementModelAlgorithm * New()