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

vtkFloatVectors Class Reference

(obsolete)floating point representation of texture coordinates. More...

#include <vtkFloatTCoords.h>

Inheritance diagram for vtkFloatVectors:

Inheritance graph
[legend]
Collaboration diagram for vtkFloatVectors:

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

vtkFloatVectors * New ()

Protected Methods

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

Detailed Description

(obsolete)floating point representation of texture coordinates.

Date:
2000/12/10 20:08:10
Revision:
1.50

vtkFloatTCoords is an (obsolete) concrete implementation of vtkTCoords. Texture coordinates are represented using float values.

Definition at line 60 of file vtkFloatVectors.h.


Constructor & Destructor Documentation

vtkFloatVectors::vtkFloatVectors   [inline, protected]
 

Definition at line 81 of file vtkFloatVectors.h.

vtkFloatVectors::~vtkFloatVectors   [inline, protected]
 

Definition at line 82 of file vtkFloatVectors.h.

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

Definition at line 83 of file vtkFloatVectors.h.


Member Function Documentation

vtkFloatVectors* vtkFloatVectors::New   [static]
 

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

Reimplemented from vtkVectors.

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

Set the data type for this object.

Reimplemented from vtkAttributeData.

Definition at line 111 of file vtkFloatVectors.h.

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

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

Reimplemented from vtkAttributeData.

Definition at line 101 of file vtkFloatVectors.h.

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

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

Definition at line 91 of file vtkFloatVectors.h.

float * vtkFloatVectors::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 96 of file vtkFloatVectors.h.

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

Definition at line 84 of file vtkFloatVectors.h.


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