VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkIdTypeArray Class Reference

dynamic, self-adjusting array of vtkIdType More...

#include <vtkIdTypeArray.h>

Inheritance diagram for vtkIdTypeArray:
Inheritance graph
[legend]
Collaboration diagram for vtkIdTypeArray:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataArrayTemplate
< vtkIdType
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkIdTypeArrayNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int GetDataType ()

Static Public Member Functions

static vtkIdTypeArrayNew ()
static int IsTypeOf (const char *type)
static vtkIdTypeArraySafeDownCast (vtkObjectBase *o)
static vtkIdType GetDataTypeValueMin ()
static vtkIdType GetDataTypeValueMax ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkIdTypeArray ()
 ~vtkIdTypeArray ()

Detailed Description

dynamic, self-adjusting array of vtkIdType

vtkIdTypeArray is an array of values of type vtkIdType. It provides methods for insertion and retrieval of values and will automatically resize itself to hold new data.

Examples:
vtkIdTypeArray (Examples)
Tests:
vtkIdTypeArray (Tests)

Definition at line 45 of file vtkIdTypeArray.h.


Member Typedef Documentation

Reimplemented from vtkDataArray.

Definition at line 52 of file vtkIdTypeArray.h.


Constructor & Destructor Documentation


Member Function Documentation

static vtkIdTypeArray* vtkIdTypeArray::New ( ) [static]

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

Reimplemented from vtkObject.

static int vtkIdTypeArray::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.

virtual int vtkIdTypeArray::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 from vtkDataArray.

virtual vtkObjectBase* vtkIdTypeArray::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDataArray.

Reimplemented from vtkDataArray.

void vtkIdTypeArray::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.

int vtkIdTypeArray::GetDataType ( ) [inline, virtual]

Get the data type.

Implements vtkAbstractArray.

Definition at line 64 of file vtkIdTypeArray.h.

static vtkIdType vtkIdTypeArray::GetDataTypeValueMin ( ) [inline, static]

Get the minimum data value in its native type.

Definition at line 77 of file vtkIdTypeArray.h.

static vtkIdType vtkIdTypeArray::GetDataTypeValueMax ( ) [inline, static]

Get the maximum data value in its native type.

Definition at line 80 of file vtkIdTypeArray.h.


The documentation for this class was generated from the following file: