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