#include <vtkHierarchicalBoxContour.h>
Inheritance diagram for vtkHierarchicalBoxContour:
This filter uses vtkContourFilter to generate isosurfaces/isolines from scalar values
Definition at line 43 of file vtkHierarchicalBoxContour.h.
Public Types | |
typedef vtkHierarchicalBoxToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetValue (int i, double value) |
double | GetValue (int i) |
double * | GetValues () |
void | GetValues (double *contourValues) |
void | SetNumberOfContours (int number) |
int | GetNumberOfContours () |
const char * | GetInputScalarsSelection () |
void | SelectInputScalars (const char *fieldName) |
unsigned long | GetMTime () |
Static Public Member Functions | |
vtkHierarchicalBoxContour * | New () |
int | IsTypeOf (const char *type) |
vtkHierarchicalBoxContour * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalBoxContour () | |
~vtkHierarchicalBoxContour () | |
virtual void | ExecuteData (vtkDataObject *) |
Protected Attributes | |
vtkContourFilter * | Contour |
|
Reimplemented from vtkHierarchicalBoxToPolyDataFilter. Definition at line 49 of file vtkHierarchicalBoxContour.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkHierarchicalBoxToPolyDataFilter.
|
|
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.
|
|
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.
|
|
Reimplemented from vtkHierarchicalBoxToPolyDataFilter.
|
|
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.
|
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour |
|
Delegated to contour Reimplemented from vtkObject.
|
|
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.
|
|
Definition at line 71 of file vtkHierarchicalBoxContour.h. |