Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | 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

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

See also:
vtkContourFilter
Created by:
  • Geveci, Berk
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.

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

vtkHierarchicalBoxContourNew ()
int IsTypeOf (const char *type)
vtkHierarchicalBoxContourSafeDownCast (vtkObject *o)

Protected Member Functions

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

Protected Attributes

vtkContourFilterContour


Member Typedef Documentation

typedef vtkHierarchicalBoxToPolyDataFilter vtkHierarchicalBoxContour::Superclass
 

Reimplemented from vtkHierarchicalBoxToPolyDataFilter.

Definition at line 56 of file vtkHierarchicalBoxContour.h.


Constructor & Destructor Documentation

vtkHierarchicalBoxContour::vtkHierarchicalBoxContour  )  [protected]
 

vtkHierarchicalBoxContour::~vtkHierarchicalBoxContour  )  [protected]
 


Member Function Documentation

vtkHierarchicalBoxContour* vtkHierarchicalBoxContour::New  )  [static]
 

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]
 

Reimplemented from vtkHierarchicalBoxToPolyDataFilter.

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.

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  ) 
 

Delegated to contour

double* vtkHierarchicalBoxContour::GetValues  ) 
 

Delegated to contour

void vtkHierarchicalBoxContour::GetValues double *  contourValues  ) 
 

Delegated to contour

void vtkHierarchicalBoxContour::SetNumberOfContours int  number  ) 
 

Delegated to contour

int vtkHierarchicalBoxContour::GetNumberOfContours  ) 
 

Delegated to contour

const char* vtkHierarchicalBoxContour::GetInputScalarsSelection  ) 
 

Delegated to contour

void vtkHierarchicalBoxContour::SelectInputScalars const char *  fieldName  ) 
 

Delegated to contour

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

vtkContourFilter* vtkHierarchicalBoxContour::Contour [protected]
 

Definition at line 78 of file vtkHierarchicalBoxContour.h.


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