Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkHierarchicalBoxContour Class Reference

#include <vtkHierarchicalBoxContour.h>

Inheritance diagram for vtkHierarchicalBoxContour:

Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalBoxContour:

Collaboration graph
[legend]
List of all members.

Detailed Description

generate isosurfaces/isolines from scalar values

Date
2003/12/11 15:47:37
Revision
1.1

This filter uses vtkContourFilter to generate isosurfaces/isolines from scalar values

See also:
vtkContourFilter
Examples:
vtkHierarchicalBoxContour (Examples)
Tests:
vtkHierarchicalBoxContour (Tests)

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

static vtkHierarchicalBoxContour * New ()
static int IsTypeOf (const char *type)
static vtkHierarchicalBoxContour * SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkHierarchicalBoxContour ()
 ~vtkHierarchicalBoxContour ()
virtual void ExecuteData (vtkDataObject *)

Protected Attributes

vtkContourFilter * Contour


Member Typedef Documentation

typedef vtkHierarchicalBoxToPolyDataFilter vtkHierarchicalBoxContour::Superclass
 

Reimplemented from vtkHierarchicalBoxToPolyDataFilter.

Definition at line 49 of file vtkHierarchicalBoxContour.h.


Constructor & Destructor Documentation

vtkHierarchicalBoxContour::vtkHierarchicalBoxContour (   )  [protected]
 

vtkHierarchicalBoxContour::~vtkHierarchicalBoxContour (   )  [protected]
 


Member Function Documentation

static vtkHierarchicalBoxContour* vtkHierarchicalBoxContour::New (   )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

virtual const char* vtkHierarchicalBoxContour::GetClassName (   )  [virtual]
 

Reimplemented from vtkHierarchicalBoxToPolyDataFilter.

static 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.

static vtkHierarchicalBoxContour* vtkHierarchicalBoxContour::SafeDownCast (  vtkObject *  o  )  [static]
 

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
) 
 

Delegated to contour

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]
 

Return this object's modified time.

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

vtkContourFilter* vtkHierarchicalBoxContour::Contour [protected]
 

Definition at line 71 of file vtkHierarchicalBoxContour.h.


The documentation for this class was generated from the following file: