#include <vtkTextureMapToBox.h>
Inheritance diagram for vtkTextureMapToBox:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetBox (float xmin, float xmax, float ymin, float ymax, float zmin, float zmax) |
void | SetBox (float *box) |
virtual float * | GetBox () |
virtual void | GetBox (float data[6]) |
virtual void | SetRRange (float, float) |
void | SetRRange (float[2]) |
virtual float * | GetRRange () |
virtual void | GetRRange (float data[2]) |
virtual void | SetSRange (float, float) |
void | SetSRange (float[2]) |
virtual float * | GetSRange () |
virtual void | GetSRange (float data[2]) |
virtual void | SetTRange (float, float) |
void | SetTRange (float[2]) |
virtual float * | GetTRange () |
virtual void | GetTRange (float data[2]) |
virtual void | SetAutomaticBoxGeneration (int) |
virtual int | GetAutomaticBoxGeneration () |
virtual void | AutomaticBoxGenerationOn () |
virtual void | AutomaticBoxGenerationOff () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkTextureMapToBox * | SafeDownCast (vtkObject *o) |
vtkTextureMapToBox * | New () |
Protected Methods | |
vtkTextureMapToBox () | |
~vtkTextureMapToBox () | |
vtkTextureMapToBox (const vtkTextureMapToBox &) | |
void | operator= (const vtkTextureMapToBox &) |
void | Execute () |
Protected Attributes | |
float | Box [6] |
float | RRange [2] |
float | SRange [2] |
float | TRange [2] |
int | AutomaticBoxGeneration |
vtkTextureMapToBox is a filter that generates 3D texture coordinates by mapping input dataset points onto a bounding box. The bounding box can either be user specified or generated automatically. If the box is generated automatically, all points will lie inside of it. If a point lies outside the bounding box (only for manual box specification), its generated texture coordinate will be mapped into the r-s-t texture coordinate range.
Definition at line 63 of file vtkTextureMapToBox.h.
|
|
|
Definition at line 98 of file vtkTextureMapToBox.h. |
|
Definition at line 99 of file vtkTextureMapToBox.h. |
|
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 vtkDataSetToDataSetFilter. |
|
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 vtkDataSetToDataSetFilter. |
|
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 vtkDataSetToDataSetFilter. |
|
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 vtkDataSetToDataSetFilter. |
|
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 vtkSource. |
|
Construct with r-s-t range=(0,1) and automatic box generation turned on. Reimplemented from vtkDataSetSource. |
|
Specify the bounding box to map into. |
|
|
|
|
|
|
|
Specify r-coordinate range for texture r-s-t coordinate triplet. |
|
|
|
|
|
|
|
Specify s-coordinate range for texture r-s-t coordinate triplet. |
|
|
|
|
|
|
|
Specify t-coordinate range for texture r-s-t coordinate triplet. |
|
|
|
|
|
|
|
Turn on/off automatic bounding box generation. |
|
|
|
|
|
|
|
Definition at line 100 of file vtkTextureMapToBox.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 103 of file vtkTextureMapToBox.h. |
|
Definition at line 104 of file vtkTextureMapToBox.h. |
|
Definition at line 105 of file vtkTextureMapToBox.h. |
|
Definition at line 106 of file vtkTextureMapToBox.h. |
|
Definition at line 107 of file vtkTextureMapToBox.h. |