Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkLinearSubdivisionFilter Class Reference

generate a subdivision surface using the Linear Scheme. More...

#include <vtkLinearSubdivisionFilter.h>

Inheritance diagram for vtkLinearSubdivisionFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkLinearSubdivisionFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)

Static Public Methods

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

Protected Methods

 vtkLinearSubdivisionFilter ()
 ~vtkLinearSubdivisionFilter ()
 vtkLinearSubdivisionFilter (const vtkLinearSubdivisionFilter &)
void operator= (const vtkLinearSubdivisionFilter &)
void GenerateSubdivisionPoints (vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)

Detailed Description

generate a subdivision surface using the Linear Scheme.

Date:
2000/12/10 20:08:42
Revision:
1.7
Thanks:
This work was supported bt PHS Research Grant No. 1 P41 RR13218-01 from the National Center for Research Resources
vtkLinearSubdivisionFilter is a filter that generates output by subdividing its input polydata. Each subdivision iteration create 4 new triangles for each triangle in the polydata.

See also:
vtkInterpolatingSubdivisionFilter vtkButterflySubdivisionFilter
Examples:
vtkLinearSubdivisionFilter (examples)


Member Function Documentation

virtual const char* vtkLinearSubdivisionFilter::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInterpolatingSubdivisionFilter.

virtual int vtkLinearSubdivisionFilter::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInterpolatingSubdivisionFilter.

int vtkLinearSubdivisionFilter::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInterpolatingSubdivisionFilter.

vtkLinearSubdivisionFilter* vtkLinearSubdivisionFilter::New   [static]
 

Construct object with NumberOfSubdivisions set to 1.

Reimplemented from vtkPolyDataSource.

vtkLinearSubdivisionFilter* vtkLinearSubdivisionFilter::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInterpolatingSubdivisionFilter.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:28:34 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002