#include <vtkTriangularTCoords.h>
Inheritance diagram for vtkTriangularTCoords:
vtkTriangularTCoords is a filter that generates texture coordinates for triangles. Texture coordinates for each triangle are: (0,0), (1,0) and (.5,sqrt(3)/2). This filter assumes that the triangle texture map is symmetric about the center of the triangle. Thus the order Of the texture coordinates is not important. The procedural texture in vtkTriangularTexture is designed with this symmetry. For more information see the paper "Opacity-modulating Triangular Textures for Irregular Surfaces," by Penny Rheingans, IEEE Visualization '96, pp. 219-225.
Definition at line 50 of file vtkTriangularTCoords.h.
Public Types | |
typedef vtkPolyDataToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
vtkTriangularTCoords * | New () |
int | IsTypeOf (const char *type) |
vtkTriangularTCoords * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTriangularTCoords () | |
~vtkTriangularTCoords () | |
void | Execute () |
|
Reimplemented from vtkPolyDataToPolyDataFilter. Definition at line 54 of file vtkTriangularTCoords.h. |
|
Definition at line 58 of file vtkTriangularTCoords.h. |
|
Definition at line 59 of file vtkTriangularTCoords.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkPolyDataToPolyDataFilter. |
|
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 vtkPolyDataToPolyDataFilter. |
|
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 vtkPolyDataToPolyDataFilter. |
|
Reimplemented from vtkPolyDataToPolyDataFilter. |
|
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 vtkPolyDataToPolyDataFilter. |
|
This method is the old style execute method Reimplemented from vtkSource. |