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

vtkFloatTCoords Class Reference

#include <vtkFloatTCoords.h>

Inheritance diagram for vtkFloatTCoords:

Inheritance graph
[legend]
Collaboration diagram for vtkFloatTCoords:

Collaboration graph
[legend]
List of all members.

Public Methods

void SetDataType (int dataType)
void SetData (vtkDataArray *)
float * GetPointer (const int id)
float * WritePointer (const int id, const int number)

Static Public Methods

vtkFloatTCoords * New ()

Protected Methods

 vtkFloatTCoords ()
 ~vtkFloatTCoords ()
 vtkFloatTCoords (const vtkFloatTCoords &)
void operator= (const vtkFloatTCoords &)

Constructor & Destructor Documentation

vtkFloatTCoords::vtkFloatTCoords   [inline, protected]
 

Definition at line 78 of file vtkFloatTCoords.h.

vtkFloatTCoords::~vtkFloatTCoords   [inline, protected]
 

Definition at line 79 of file vtkFloatTCoords.h.

vtkFloatTCoords::vtkFloatTCoords const vtkFloatTCoords &    [inline, protected]
 

Definition at line 80 of file vtkFloatTCoords.h.


Member Function Documentation

vtkFloatTCoords* vtkFloatTCoords::New   [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkTCoords.

void vtkFloatTCoords::SetDataType int    type [inline, virtual]
 

Set the data type for this object.

Reimplemented from vtkAttributeData.

Definition at line 112 of file vtkFloatTCoords.h.

void vtkFloatTCoords::SetData vtkDataArray   data [inline, virtual]
 

Set the data for this object. Only accepts VTK_FLOAT type.

Reimplemented from vtkTCoords.

Definition at line 102 of file vtkFloatTCoords.h.

float * vtkFloatTCoords::GetPointer const int    id [inline]
 

Get pointer to array of data starting at data position "id".

Definition at line 90 of file vtkFloatTCoords.h.

float * vtkFloatTCoords::WritePointer const int    id,
const int    number
[inline]
 

Get pointer to data array. Useful for direct writes of data. MaxId is bumped by number (and memory allocated if necessary). Id is the location you wish to write into; number is the number of vectors to write.

Definition at line 95 of file vtkFloatTCoords.h.

void vtkFloatTCoords::operator= const vtkFloatTCoords &    [inline, protected]
 

Definition at line 81 of file vtkFloatTCoords.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:47:58 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001