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

vtkFloatPoints Class Reference

(obsolete)floating point representation of 3D points. More...

#include <vtkFloatPoints.h>

Inheritance diagram for vtkFloatPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkFloatPoints:

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

vtkFloatPoints * New ()

Protected Methods

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

Detailed Description

(obsolete)floating point representation of 3D points.

Date:
2000/12/10 20:08:09
Revision:
1.43

vtkFloatPoints is a concrete implementation of vtkPoints. Points are represented using float values.

Examples:
vtkFloatPoints (examples)


Member Function Documentation

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

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

vtkFloatPoints* vtkFloatPoints::New   [static]
 

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

Reimplemented from vtkPoints.

void vtkFloatPoints::SetData vtkDataArray   [inline, virtual]
 

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

Reimplemented from vtkAttributeData.

void vtkFloatPoints::SetDataType int    dataType [inline, virtual]
 

Set the data type for this object.

Reimplemented from vtkAttributeData.

float * vtkFloatPoints::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 points to write.


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