VTK
|
dynamic, self-adjusting array of unsigned __int64 More...
#include <vtkUnsigned__Int64Array.h>
Public Types | |
typedef vtkDataArrayTemplate < unsigned __int64 > | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkUnsigned__Int64Array * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkUnsigned__Int64Array * | New () |
static int | IsTypeOf (const char *type) |
static vtkUnsigned__Int64Array * | SafeDownCast (vtkObjectBase *o) |
static unsigned __int64 | GetDataTypeValueMin () |
static unsigned __int64 | GetDataTypeValueMax () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkUnsigned__Int64Array (vtkIdType numComp=1) | |
~vtkUnsigned__Int64Array () |
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.
typedef vtkDataArrayTemplate<unsigned __int64> vtkUnsigned__Int64Array::Superclass |
Reimplemented from vtkDataArray.
Definition at line 46 of file vtkUnsigned__Int64Array.h.
vtkUnsigned__Int64Array::vtkUnsigned__Int64Array | ( | vtkIdType | numComp = 1 | ) | [protected] |
vtkUnsigned__Int64Array::~vtkUnsigned__Int64Array | ( | ) | [protected] |
static vtkUnsigned__Int64Array* vtkUnsigned__Int64Array::New | ( | ) | [static] |
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.
static vtkUnsigned__Int64Array* vtkUnsigned__Int64Array::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.