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

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

#include <vtkUnsigned__Int64Array.h>

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

List of all members.

Public Types

typedef vtkDataArrayTemplate
< unsigned __int64 > 
Superclass

Public Member Functions

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

Static Public Member Functions

static vtkUnsigned__Int64ArrayNew ()
static int IsTypeOf (const char *type)
static vtkUnsigned__Int64ArraySafeDownCast (vtkObjectBase *o)
static unsigned __int64 GetDataTypeValueMin ()
static unsigned __int64 GetDataTypeValueMax ()

Protected Member Functions

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

Detailed Description

dynamic, self-adjusting array of unsigned __int64

vtkUnsigned__Int64Array is an array of values of type unsigned __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 vtkUnsigned__Int64Array.h.


Member Typedef Documentation

Reimplemented from vtkDataArray.

Definition at line 46 of file vtkUnsigned__Int64Array.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkObject.

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

Reimplemented from vtkDataArray.

Reimplemented from vtkDataArray.

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

Get the minimum data value in its native type.

Definition at line 57 of file vtkUnsigned__Int64Array.h.

static unsigned __int64 vtkUnsigned__Int64Array::GetDataTypeValueMax ( ) [inline, static]

Get the maximum data value in its native type.

Definition at line 60 of file vtkUnsigned__Int64Array.h.


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