#include <vtkSortDataArray.h>
Inheritance diagram for vtkSortDataArray:
Definition at line 40 of file vtkSortDataArray.h.
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
static void | Sort (vtkIdList *keys) |
static void | Sort (vtkDataArray *keys) |
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSortDataArray * | SafeDownCast (vtkObject *o) |
static vtkSortDataArray * | New () |
static void | Sort (vtkIdList *keys, vtkIdList *values) |
static void | Sort (vtkIdList *keys, vtkDataArray *values) |
static void | Sort (vtkDataArray *keys, vtkIdList *values) |
static void | Sort (vtkDataArray *keys, vtkDataArray *values) |
Protected Member Functions | |
vtkSortDataArray () | |
virtual | ~vtkSortDataArray () |
|
Reimplemented from vtkObject. Definition at line 43 of file vtkSortDataArray.h. |
|
|
|
|
|
Reimplemented from vtkObject. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
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 vtkObject. |
|
Sorts the given array. |
|
|
|
Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size. |
|
Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size. |
|
Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size. |
|
Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size. |