vtkHierarchicalBoxContour Class Reference
#include <vtkHierarchicalBoxContour.h>
Inheritance diagram for vtkHierarchicalBoxContour:
[legend]Collaboration diagram for vtkHierarchicalBoxContour:
[legend]List of all members.
Detailed Description
generate isosurfaces/isolines from scalar values
This filter uses vtkContourFilter to generate isosurfaces/isolines from scalar values
- See also:
- vtkContourFilter
- Created by:
-
- CVS contributions (if > 5%):
- Geveci, Berk (92%)
- King, Brad (7%)
- CVS logs (CVSweb):
.h (/Graphics/vtkHierarchicalBoxContour
.h)
.cxx (/Graphics/vtkHierarchicalBoxContour
.cxx)
- Examples:
- vtkHierarchicalBoxContour (Examples)
- Tests:
- vtkHierarchicalBoxContour (Tests)
Definition at line 50 of file vtkHierarchicalBoxContour.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkHierarchicalBoxContour::vtkHierarchicalBoxContour |
( |
|
) |
[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* vtkHierarchicalBoxContour::GetClassName |
( |
|
) |
[virtual] |
|
int vtkHierarchicalBoxContour::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 vtkHierarchicalBoxContour::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 vtkHierarchicalBoxContour::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 vtkHierarchicalBoxContour::SetValue |
( |
int |
i, |
|
|
double |
value |
|
) |
|
|
double vtkHierarchicalBoxContour::GetValue |
( |
int |
i |
) |
|
|
double* vtkHierarchicalBoxContour::GetValues |
( |
|
) |
|
|
void vtkHierarchicalBoxContour::GetValues |
( |
double * |
contourValues |
) |
|
|
void vtkHierarchicalBoxContour::SetNumberOfContours |
( |
int |
number |
) |
|
|
int vtkHierarchicalBoxContour::GetNumberOfContours |
( |
|
) |
|
|
const char* vtkHierarchicalBoxContour::GetInputScalarsSelection |
( |
|
) |
|
|
void vtkHierarchicalBoxContour::SelectInputScalars |
( |
const char * |
fieldName |
) |
|
|
unsigned long vtkHierarchicalBoxContour::GetMTime |
( |
|
) |
[virtual] |
|
|
Delegated to contour
Reimplemented from vtkObject. |
virtual void vtkHierarchicalBoxContour::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: