VTK
|
dynamic, self-adjusting array of float More...
#include <vtkFloatArray.h>
Public Types | |
typedef vtkDataArrayTemplate < float > | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkFloatArray * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkFloatArray * | New () |
static int | IsTypeOf (const char *type) |
static vtkFloatArray * | SafeDownCast (vtkObjectBase *o) |
static float | GetDataTypeValueMin () |
static float | GetDataTypeValueMax () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkFloatArray () | |
~vtkFloatArray () |
dynamic, self-adjusting array of float
vtkFloatArray is an array of values of type float. It provides methods for insertion and retrieval of values and will automatically resize itself to hold new data.
Definition at line 45 of file vtkFloatArray.h.
Reimplemented from vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
Definition at line 52 of file vtkFloatArray.h.
vtkFloatArray::vtkFloatArray | ( | ) | [protected] |
vtkFloatArray::~vtkFloatArray | ( | ) | [protected] |
static vtkFloatArray* vtkFloatArray::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
Reimplemented in vtkTypeFloat32Array.
static int vtkFloatArray::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
virtual int vtkFloatArray::IsA | ( | const char * | name | ) | [virtual] |
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 vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
static vtkFloatArray* vtkFloatArray::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
virtual vtkObjectBase* vtkFloatArray::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
vtkFloatArray* vtkFloatArray::NewInstance | ( | ) | const |
Reimplemented from vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
void vtkFloatArray::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkDataArray.
Reimplemented in vtkTypeFloat32Array.
static float vtkFloatArray::GetDataTypeValueMin | ( | ) | [inline, static] |
Get the minimum data value in its native type.
Definition at line 63 of file vtkFloatArray.h.
static float vtkFloatArray::GetDataTypeValueMax | ( | ) | [inline, static] |
Get the maximum data value in its native type.
Definition at line 66 of file vtkFloatArray.h.