Go to the documentation of this file.
92 #ifndef vtkMultiObjectMassProperties_h
93 #define vtkMultiObjectMassProperties_h
95 #include "vtkFiltersCoreModule.h"
133 {
return this->NumberOfObjects;}
140 {
return this->AllValid;}
147 {
return this->TotalVolume;}
154 {
return this->TotalArea;}
vtkDoubleArray * ObjectVolumes
dynamic, self-adjusting array of unsigned char
compute volume and area of objects in a polygonal mesh
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool GetAllValid()
Return whether all objects are valid or not.
vtkIdList * CellNeighbors
vtkDoubleArray * ObjectAreas
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIdType NumberOfObjects
a simple class to control print indentation
double GetTotalArea()
Return the summed area of all objects.
list of point or cell ids
vtkUnsignedCharArray * ObjectValidity
dynamic, self-adjusting array of vtkIdType
vtkIdType GetNumberOfObjects()
Return the number of objects identified.
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
vtkIdTypeArray * ObjectIds
vtkTypeBool SkipValidityCheck
double GetTotalVolume()
Return the summed volume of all objects.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.