vtkHierarchicalBoxCutter Class Reference
#include <vtkHierarchicalBoxCutter.h>
Inheritance diagram for vtkHierarchicalBoxCutter:
[legend]Collaboration diagram for vtkHierarchicalBoxCutter:
[legend]List of all members.
Detailed Description
Cut
vtkHierarchicalBoxDataSet with user-specified implicit function.
This filter uses vtkCutter to cut vtkHierarchicalBoxDataSet with user-specified implicit function.
- See also:
- vtkCutter
- Created by:
-
- CVS contributions (if > 5%):
- Geveci, Berk (93%)
- King, Brad (6%)
- CVS logs (CVSweb):
.h (/Graphics/vtkHierarchicalBoxCutter
.h)
.cxx (/Graphics/vtkHierarchicalBoxCutter
.cxx)
Definition at line 46 of file vtkHierarchicalBoxCutter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkHierarchicalBoxCutter::vtkHierarchicalBoxCutter |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkHierarchicalBoxCutter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkHierarchicalBoxCutter::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalBoxToPolyDataFilter. |
virtual int vtkHierarchicalBoxCutter::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalBoxToPolyDataFilter. |
void vtkHierarchicalBoxCutter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkHierarchicalBoxToPolyDataFilter. |
void vtkHierarchicalBoxCutter::SetValue |
( |
int |
i, |
|
|
double |
value |
|
) |
|
|
|
Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours. |
double vtkHierarchicalBoxCutter::GetValue |
( |
int |
i |
) |
|
|
|
Get the ith contour value. |
double* vtkHierarchicalBoxCutter::GetValues |
( |
|
) |
|
|
void vtkHierarchicalBoxCutter::GetValues |
( |
double * |
contourValues |
) |
|
|
|
Fill a supplied list with contour values. There will be GetNumberOfContours() values in the list. Make sure you allocate enough memory to hold the list. |
void vtkHierarchicalBoxCutter::SetNumberOfContours |
( |
int |
number |
) |
|
|
|
Set the number of contours to place into the list. You only really need to use this method to reduce list size. The method SetValue() will automatically increase list size as needed. |
int vtkHierarchicalBoxCutter::GetNumberOfContours |
( |
|
) |
|
|
|
Get the number of contours in the list of contour values. |
void vtkHierarchicalBoxCutter::GenerateValues |
( |
int |
numContours, |
|
|
double |
range[2] |
|
) |
|
|
|
Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values. |
void vtkHierarchicalBoxCutter::GenerateValues |
( |
int |
numContours, |
|
|
double |
rangeStart, |
|
|
double |
rangeEnd |
|
) |
|
|
|
Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values. |
|
Specify the implicit function to perform the cutting. |
|
Specify the implicit function to perform the cutting. |
unsigned long vtkHierarchicalBoxCutter::GetMTime |
( |
|
) |
[virtual] |
|
virtual void vtkHierarchicalBoxCutter::ExecuteData |
( |
vtkDataObject * |
|
) |
[protected, virtual] |
|
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method
Reimplemented from vtkSource. |
Member Data Documentation
The documentation for this class was generated from the following file: