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

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

#include <vtk__Int64Array.h>

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

List of all members.

Public Types

typedef vtkDataArrayTemplate
< __int64 > 
Superclass

Public Member Functions

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

Static Public Member Functions

static vtk__Int64ArrayNew ()
static int IsTypeOf (const char *type)
static vtk__Int64ArraySafeDownCast (vtkObjectBase *o)
static __int64 GetDataTypeValueMin ()
static __int64 GetDataTypeValueMax ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtk__Int64Array (vtkIdType numComp=1)
 ~vtk__Int64Array ()

Detailed Description

dynamic, self-adjusting array of __int64

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

Definition at line 39 of file vtk__Int64Array.h.


Member Typedef Documentation

Reimplemented from vtkDataArray.

Definition at line 46 of file vtk__Int64Array.h.


Constructor & Destructor Documentation

vtk__Int64Array::vtk__Int64Array ( vtkIdType  numComp = 1) [protected]

Member Function Documentation

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

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

Reimplemented from vtkObject.

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

Reimplemented from vtkDataArray.

Reimplemented from vtkDataArray.

void vtk__Int64Array::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 __int64 vtk__Int64Array::GetDataTypeValueMin ( ) [inline, static]

Get the minimum data value in its native type.

Definition at line 57 of file vtk__Int64Array.h.

static __int64 vtk__Int64Array::GetDataTypeValueMax ( ) [inline, static]

Get the maximum data value in its native type.

Definition at line 60 of file vtk__Int64Array.h.


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