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