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

vtkFloatTensors Class Reference

floating point representation of tensor data. More...

#include <vtkFloatTensors.h>

Inheritance diagram for vtkFloatTensors:

Inheritance graph
[legend]
Collaboration diagram for vtkFloatTensors:

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

vtkFloatTensors * New ()

Protected Methods

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

Detailed Description

floating point representation of tensor data.

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

vtkFloatTensors is an (obsolete) concrete implementation of vtkTensors. Tensor values are represented using float values.

Examples:
vtkFloatTensors (examples)

Definition at line 60 of file vtkFloatTensors.h.


Constructor & Destructor Documentation

vtkFloatTensors::vtkFloatTensors   [inline, protected]
 

Definition at line 81 of file vtkFloatTensors.h.

vtkFloatTensors::~vtkFloatTensors   [inline, protected]
 

Definition at line 82 of file vtkFloatTensors.h.

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

Definition at line 83 of file vtkFloatTensors.h.


Member Function Documentation

vtkFloatTensors* vtkFloatTensors::New   [static]
 

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

Reimplemented from vtkTensors.

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

Set the data type for this object.

Reimplemented from vtkAttributeData.

Definition at line 112 of file vtkFloatTensors.h.

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

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

Reimplemented from vtkAttributeData.

Definition at line 102 of file vtkFloatTensors.h.

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

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

Definition at line 92 of file vtkFloatTensors.h.

float * vtkFloatTensors::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 tensors to write.

Definition at line 97 of file vtkFloatTensors.h.

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

Definition at line 84 of file vtkFloatTensors.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