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

vtkEdgePoints Class Reference

#include <vtkEdgePoints.h>

Inheritance diagram for vtkEdgePoints:

Inheritance graph
[legend]
Collaboration diagram for vtkEdgePoints:

Collaboration graph
[legend]
List of all members.

Detailed Description

generate points on isosurface

vtkEdgePoints is a filter that takes as input any dataset and generates for output a set of points that lie on an isosurface. The points are created by interpolation along cells edges whose end-points are below and above the contour value.

Warning:
vtkEdgePoints can be considered a "poor man's" dividing cubes algorithm (see vtkDividingCubes). Points are generated only on the edges of cells, not in the interior, and at lower density than dividing cubes. However, it is more general than dividing cubes since it treats any type of dataset.
Created by:
  • Schroeder, Will
CVS contributions (if > 5%):
  • Schroeder, Will (57%)
  • Law, Charles (11%)
  • Lorensen, Bill (9%)
  • Martin, Ken (8%)
CVS logs (CVSweb):
  • .cxx (/Graphics/vtkEdgePoints.cxx)
  • .h (/Graphics/vtkEdgePoints.h)
Tests:
vtkEdgePoints (Tests)

Definition at line 52 of file vtkEdgePoints.h.

Public Types

typedef vtkDataSetToPolyDataFilter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetValue (double)
virtual double GetValue ()

Static Public Member Functions

int IsTypeOf (const char *type)
vtkEdgePointsSafeDownCast (vtkObject *o)
vtkEdgePointsNew ()

Protected Member Functions

 vtkEdgePoints ()
 ~vtkEdgePoints ()
void Execute ()

Protected Attributes

double Value
vtkMergePointsLocator


Member Typedef Documentation

typedef vtkDataSetToPolyDataFilter vtkEdgePoints::Superclass
 

Reimplemented from vtkDataSetToPolyDataFilter.

Definition at line 55 of file vtkEdgePoints.h.


Constructor & Destructor Documentation

vtkEdgePoints::vtkEdgePoints  )  [protected]
 

vtkEdgePoints::~vtkEdgePoints  )  [protected]
 


Member Function Documentation

virtual const char* vtkEdgePoints::GetClassName  )  [virtual]
 

Reimplemented from vtkDataSetToPolyDataFilter.

int vtkEdgePoints::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 vtkDataSetToPolyDataFilter.

virtual int vtkEdgePoints::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 vtkDataSetToPolyDataFilter.

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

Reimplemented from vtkDataSetToPolyDataFilter.

void vtkEdgePoints::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 vtkDataSetToPolyDataFilter.

vtkEdgePoints* vtkEdgePoints::New  )  [static]
 

Construct object with contour value of 0.0.

Reimplemented from vtkAlgorithm.

virtual void vtkEdgePoints::SetValue double   )  [virtual]
 

Set/get the contour value.

virtual double vtkEdgePoints::GetValue  )  [virtual]
 

Set/get the contour value.

void vtkEdgePoints::Execute  )  [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkSource.


Member Data Documentation

double vtkEdgePoints::Value [protected]
 

Definition at line 73 of file vtkEdgePoints.h.

vtkMergePoints* vtkEdgePoints::Locator [protected]
 

Definition at line 74 of file vtkEdgePoints.h.


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