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