|
| vtkMappedDataArrayNewInstanceMacro (vtkAngularPeriodicDataArray< Scalar >) |
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
void | SetAngle (double angle) |
|
virtual double | GetAngle () |
|
|
void | SetCenter (double *center) |
|
virtual double * | GetCenter () |
|
virtual void | GetCenter (double &, double &, double &) |
|
virtual void | GetCenter (double[3]) |
|
|
void | SetAxis (int axis) |
|
virtual int | GetAxis () |
|
void | SetAxisToX (void) |
|
void | SetAxisToY (void) |
|
void | SetAxisToZ (void) |
|
void | InitializeArray (vtkDataArrayTemplate< Scalar > *inputData) |
|
void | Initialize () |
|
void | GetTuples (vtkIdList *ptIds, vtkAbstractArray *output) |
|
void | GetTuples (vtkIdType p1, vtkIdType p2, vtkAbstractArray *output) |
|
void | Squeeze () |
|
vtkArrayIterator * | NewIterator () |
|
vtkIdType | LookupValue (vtkVariant value) |
|
void | LookupValue (vtkVariant value, vtkIdList *ids) |
|
vtkVariant | GetVariantValue (vtkIdType idx) |
|
void | ClearLookup () |
|
double * | GetTuple (vtkIdType i) |
|
void | GetTuple (vtkIdType i, double *tuple) |
|
vtkIdType | LookupTypedValue (Scalar value) |
|
void | LookupTypedValue (Scalar value, vtkIdList *ids) |
|
Scalar | GetValue (vtkIdType idx) |
|
Scalar & | GetValueReference (vtkIdType idx) |
|
void | GetTupleValue (vtkIdType idx, Scalar *t) |
|
unsigned long | GetActualMemorySize () |
|
int | Allocate (vtkIdType sz, vtkIdType ext) |
|
int | Resize (vtkIdType numTuples) |
|
void | SetNumberOfTuples (vtkIdType number) |
|
void | SetTuple (vtkIdType i, vtkIdType j, vtkAbstractArray *source) |
|
void | SetTuple (vtkIdType i, const float *source) |
|
void | SetTuple (vtkIdType i, const double *source) |
|
void | InsertTuple (vtkIdType i, vtkIdType j, vtkAbstractArray *source) |
|
void | InsertTuple (vtkIdType i, const float *source) |
|
void | InsertTuple (vtkIdType i, const double *source) |
|
vtkIdType | InsertNextTuple (vtkIdType j, vtkAbstractArray *source) |
|
vtkIdType | InsertNextTuple (const float *source) |
|
vtkIdType | InsertNextTuple (const double *source) |
|
void | DeepCopy (vtkAbstractArray *aa) |
|
void | DeepCopy (vtkDataArray *da) |
|
void | SetVariantValue (vtkIdType idx, vtkVariant value) |
|
void | InsertVariantValue (vtkIdType idx, vtkVariant value) |
|
void | RemoveTuple (vtkIdType id) |
|
void | RemoveFirstTuple () |
|
void | RemoveLastTuple () |
|
void | SetTupleValue (vtkIdType i, const Scalar *t) |
|
void | InsertTupleValue (vtkIdType i, const Scalar *t) |
|
vtkIdType | InsertNextTupleValue (const Scalar *t) |
|
void | SetValue (vtkIdType idx, Scalar value) |
|
vtkIdType | InsertNextValue (Scalar v) |
|
void | InsertValue (vtkIdType idx, Scalar v) |
|
void | InsertTuples (vtkIdList *dstIds, vtkIdList *srcIds, vtkAbstractArray *source) |
|
void | InsertTuples (vtkIdType dstStart, vtkIdType n, vtkIdType srcStart, vtkAbstractArray *source) |
|
void | InterpolateTuple (vtkIdType i, vtkIdList *ptIndices, vtkAbstractArray *source, double *weights) |
|
void | InterpolateTuple (vtkIdType i, vtkIdType id1, vtkAbstractArray *source1, vtkIdType id2, vtkAbstractArray *source2, double t) |
|
virtual void | SetNormalize (bool) |
|
virtual bool | GetNormalize () |
|
vtkPeriodicDataArray< Scalar > * | NewInstance () const |
|
void * | GetVoidPointer (vtkIdType id) |
|
void | ExportToVoidPointer (void *ptr) |
|
void | DataChanged () |
|
void | SetVoidArray (void *, vtkIdType, int) |
|
void | Modified () |
|
bool | HasStandardMemoryLayout () |
|
void * | WriteVoidPointer (vtkIdType, vtkIdType) |
|
vtkMappedDataArray< Scalar > * | NewInstance () const |
|
Iterator | Begin () |
|
Iterator | End () |
|
int | GetDataType () |
|
int | GetDataTypeSize () |
|
virtual void | SetNumberOfValues (vtkIdType num) |
|
vtkTypedDataArray< Scalar > * | NewInstance () const |
|
vtkDataArray * | NewInstance () const |
|
virtual double | GetComponent (vtkIdType i, int j) |
|
virtual void | SetComponent (vtkIdType i, int j, double c) |
|
virtual void | InsertComponent (vtkIdType i, int j, double c) |
|
virtual void | FillComponent (int j, double c) |
|
void | CreateDefaultLookupTable () |
|
virtual double | GetMaxNorm () |
|
virtual int | CopyInformation (vtkInformation *infoFrom, int deep=1) |
|
virtual int | IsNumeric () |
|
virtual int | GetElementComponentSize () |
|
double | GetTuple1 (vtkIdType i) |
|
double * | GetTuple2 (vtkIdType i) |
|
double * | GetTuple3 (vtkIdType i) |
|
double * | GetTuple4 (vtkIdType i) |
|
double * | GetTuple6 (vtkIdType i) |
|
double * | GetTuple9 (vtkIdType i) |
|
void | SetTuple1 (vtkIdType i, double value) |
|
void | SetTuple2 (vtkIdType i, double val0, double val1) |
|
void | SetTuple3 (vtkIdType i, double val0, double val1, double val2) |
|
void | SetTuple4 (vtkIdType i, double val0, double val1, double val2, double val3) |
|
void | SetTuple6 (vtkIdType i, double val0, double val1, double val2, double val3, double val4, double val5) |
|
void | SetTuple9 (vtkIdType i, double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
|
void | InsertTuple1 (vtkIdType i, double value) |
|
void | InsertTuple2 (vtkIdType i, double val0, double val1) |
|
void | InsertTuple3 (vtkIdType i, double val0, double val1, double val2) |
|
void | InsertTuple4 (vtkIdType i, double val0, double val1, double val2, double val3) |
|
void | InsertTuple6 (vtkIdType i, double val0, double val1, double val2, double val3, double val4, double val5) |
|
void | InsertTuple9 (vtkIdType i, double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
|
void | InsertNextTuple1 (double value) |
|
void | InsertNextTuple2 (double val0, double val1) |
|
void | InsertNextTuple3 (double val0, double val1, double val2) |
|
void | InsertNextTuple4 (double val0, double val1, double val2, double val3) |
|
void | InsertNextTuple6 (double val0, double val1, double val2, double val3, double val4, double val5) |
|
void | InsertNextTuple9 (double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
|
virtual void | GetData (vtkIdType tupleMin, vtkIdType tupleMax, int compMin, int compMax, vtkDoubleArray *data) |
|
virtual void | CopyComponent (int j, vtkDataArray *from, int fromComponent) |
|
void | SetLookupTable (vtkLookupTable *lut) |
|
virtual vtkLookupTable * | GetLookupTable () |
|
void | GetRange (double range[2], int comp) |
|
double * | GetRange (int comp) |
|
double * | GetRange () |
|
void | GetRange (double range[2]) |
|
void | GetDataTypeRange (double range[2]) |
|
double | GetDataTypeMin () |
|
double | GetDataTypeMax () |
|
vtkAbstractArray * | NewInstance () const |
|
void | SetComponentName (vtkIdType component, const char *name) |
|
const char * | GetComponentName (vtkIdType component) |
|
bool | HasAComponentName () |
|
int | CopyComponentNames (vtkAbstractArray *da) |
|
virtual void | ExportToVoidPointer (void *vtkNotUsed(out_ptr)) |
|
vtkInformation * | GetInformation () |
|
virtual void | SetNumberOfComponents (int) |
|
int | GetNumberOfComponents () |
|
vtkIdType | GetNumberOfTuples () |
|
void | Reset () |
|
vtkIdType | GetSize () |
|
vtkIdType | GetMaxId () |
|
virtual void | SetVoidArray (void *vtkNotUsed(array), vtkIdType vtkNotUsed(size), int vtkNotUsed(save))=0 |
|
virtual void | SetName (const char *) |
|
virtual char * | GetName () |
|
virtual const char * | GetDataTypeAsString (void) |
|
virtual vtkIdType | GetDataSize () |
|
virtual void | GetProminentComponentValues (int comp, vtkVariantArray *values, double uncertainty=1.e-6, double minimumProminence=1.e-3) |
|
bool | HasInformation () |
|
virtual unsigned int | GetMaxDiscreteValues () |
|
virtual void | SetMaxDiscreteValues (unsigned int) |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual unsigned long | GetMTime () |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|