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

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

#include <vtkLongArray.h>

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

List of all members.

Public Types

typedef vtkDataArrayTemplate
< long > 
Superclass

Public Member Functions

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

Static Public Member Functions

static vtkLongArrayNew ()
static int IsTypeOf (const char *type)
static vtkLongArraySafeDownCast (vtkObjectBase *o)
static long GetDataTypeValueMin ()
static long GetDataTypeValueMax ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkLongArray ()
 ~vtkLongArray ()

Detailed Description

dynamic, self-adjusting array of long

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

Tests:
vtkLongArray (Tests)

Definition at line 42 of file vtkLongArray.h.


Member Typedef Documentation

Reimplemented from vtkDataArray.

Definition at line 49 of file vtkLongArray.h.


Constructor & Destructor Documentation

vtkLongArray::vtkLongArray ( ) [protected]
vtkLongArray::~vtkLongArray ( ) [protected]

Member Function Documentation

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

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

Reimplemented from vtkObject.

static int vtkLongArray::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 vtkLongArray::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* vtkLongArray::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDataArray.

Reimplemented from vtkDataArray.

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

static long vtkLongArray::GetDataTypeValueMin ( ) [inline, static]

Get the minimum data value in its native type.

Definition at line 60 of file vtkLongArray.h.

static long vtkLongArray::GetDataTypeValueMax ( ) [inline, static]

Get the maximum data value in its native type.

Definition at line 63 of file vtkLongArray.h.


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