41 #ifndef vtkCellSizeFilter_h 42 #define vtkCellSizeFilter_h 44 #include "vtkFiltersVerdictModule.h" 67 vtkGetMacro(ComputeVertexCount,
bool);
78 vtkGetMacro(ComputeLength,
bool);
89 vtkGetMacro(ComputeArea,
bool);
100 vtkGetMacro(ComputeVolume,
bool);
110 vtkGetMacro(ComputeSum,
bool);
119 vtkSetStringMacro(VertexCountArrayName);
121 vtkSetStringMacro(LengthArrayName);
123 vtkSetStringMacro(AreaArrayName);
125 vtkSetStringMacro(VolumeArrayName);
173 bool ComputeVertexCount;
179 char* VertexCountArrayName;
180 char* LengthArrayName;
182 char* VolumeArrayName;
abstract class to specify dataset behavior
abstract class for specifying dataset behavior
dynamic, self-adjusting array of double
a simple class to control print indentation
topologically and geometrically regular array of data
list of point or cell ids
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
virtual void ComputeGlobalSum(double sum[4])
Method to compute the global sum information.