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

vtkHierarchicalBoxCutter Class Reference

#include <vtkHierarchicalBoxCutter.h>

Inheritance diagram for vtkHierarchicalBoxCutter:

Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalBoxCutter:

Collaboration graph
[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:
  • Geveci, Berk
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.

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 ()
void GenerateValues (int numContours, double range[2])
void GenerateValues (int numContours, double rangeStart, double rangeEnd)
unsigned long GetMTime ()
void SetCutFunction (vtkImplicitFunction *)
vtkImplicitFunctionGetCutFunction ()

Static Public Member Functions

vtkHierarchicalBoxCutterNew ()
int IsTypeOf (const char *type)
vtkHierarchicalBoxCutterSafeDownCast (vtkObject *o)

Protected Member Functions

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

Protected Attributes

vtkCutterCutter


Member Typedef Documentation

typedef vtkHierarchicalBoxToPolyDataFilter vtkHierarchicalBoxCutter::Superclass
 

Reimplemented from vtkHierarchicalBoxToPolyDataFilter.

Definition at line 52 of file vtkHierarchicalBoxCutter.h.


Constructor & Destructor Documentation

vtkHierarchicalBoxCutter::vtkHierarchicalBoxCutter  )  [protected]
 

vtkHierarchicalBoxCutter::~vtkHierarchicalBoxCutter  )  [protected]
 


Member Function Documentation

vtkHierarchicalBoxCutter* vtkHierarchicalBoxCutter::New  )  [static]
 

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]
 

Reimplemented from vtkHierarchicalBoxToPolyDataFilter.

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.

vtkHierarchicalBoxCutter* vtkHierarchicalBoxCutter::SafeDownCast vtkObject o  )  [static]
 

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  ) 
 

Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list.

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.

void vtkHierarchicalBoxCutter::SetCutFunction vtkImplicitFunction  ) 
 

Specify the implicit function to perform the cutting.

vtkImplicitFunction* vtkHierarchicalBoxCutter::GetCutFunction  ) 
 

Specify the implicit function to perform the cutting.

unsigned long vtkHierarchicalBoxCutter::GetMTime  )  [virtual]
 

Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.

Reimplemented from vtkObject.

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

vtkCutter* vtkHierarchicalBoxCutter::Cutter [protected]
 

Definition at line 103 of file vtkHierarchicalBoxCutter.h.


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