VTK
9.1.0
|
This is the complete list of members for vtkDenseArray< T >, including all inherited members.
AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
BreakOnError() | vtkObject | static |
CoordinateT typedef | vtkDenseArray< T > | |
CopyValue(vtkArray *source, const vtkArrayCoordinates &source_coordinates, const vtkArrayCoordinates &target_coordinates) override | vtkTypedArray< T > | inlinevirtual |
CopyValue(vtkArray *source, const SizeT source_index, const vtkArrayCoordinates &target_coordinates) override | vtkTypedArray< T > | inlinevirtual |
CopyValue(vtkArray *source, const vtkArrayCoordinates &source_coordinates, const SizeT target_index) override | vtkTypedArray< T > | inlinevirtual |
CreateArray(int StorageType, int ValueType) | vtkArray | static |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
DeepCopy() override | vtkDenseArray< T > | virtual |
Delete() | vtkObjectBase | virtual |
DENSE enum value | vtkArray | |
DimensionT typedef | vtkDenseArray< T > | |
ExternalStorage(const vtkArrayExtents &extents, MemoryBlock *storage) | vtkDenseArray< T > | |
FastDelete() | vtkObjectBase | virtual |
Fill(const T &value) | vtkDenseArray< T > | |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCoordinatesN(const SizeT n, vtkArrayCoordinates &coordinates) override | vtkDenseArray< T > | virtual |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetDimensionLabel(DimensionT i) | vtkArray | |
GetDimensions() | vtkArray | |
GetExtent(DimensionT dimension) | vtkArray | |
GetExtents() override | vtkDenseArray< T > | virtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetMTime() | vtkObject | virtual |
GetName() | vtkArray | |
GetNonNullSize() override | vtkDenseArray< T > | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetReferenceCount() | vtkObjectBase | inline |
GetSize() | vtkArray | |
GetStorage() const | vtkDenseArray< T > | |
GetStorage() | vtkDenseArray< T > | |
GetUsingMemkind() | vtkObjectBase | static |
GetValue(CoordinateT i) override | vtkDenseArray< T > | virtual |
GetValue(CoordinateT i, CoordinateT j) override | vtkDenseArray< T > | virtual |
GetValue(CoordinateT i, CoordinateT j, CoordinateT k) override | vtkDenseArray< T > | virtual |
GetValue(const vtkArrayCoordinates &coordinates) override | vtkDenseArray< T > | virtual |
GetValueN(const SizeT n) override | vtkDenseArray< T > | virtual |
GetVariantValue(const vtkArrayCoordinates &coordinates) override | vtkTypedArray< T > | inlinevirtual |
GetVariantValue(CoordinateT i) | vtkTypedArray< T > | inline |
GetVariantValue(CoordinateT i, CoordinateT j) | vtkTypedArray< T > | inline |
GetVariantValue(CoordinateT i, CoordinateT j, CoordinateT k) | vtkTypedArray< T > | inline |
GetVariantValue(const vtkArrayCoordinates &coordinates)=0 | vtkTypedArray< T > | virtual |
GetVariantValueN(const SizeT n) override | vtkTypedArray< T > | inlinevirtual |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InvokeEvent(unsigned long event, void *callData) | vtkObject | |
InvokeEvent(const char *event, void *callData) | vtkObject | |
InvokeEvent(unsigned long event) | vtkObject | inline |
InvokeEvent(const char *event) | vtkObject | inline |
IsA(const char *type) | vtkArray | virtual |
IsDense() override | vtkDenseArray< T > | virtual |
IsTypeOf(const char *type) | vtkArray | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkDenseArray< T > | static |
NewInstance() const | vtkArray | |
NewInstanceInternal() const | vtkArray | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
operator[](const vtkArrayCoordinates &coordinates) | vtkDenseArray< T > | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkDenseArray< T > | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
RemoveAllObservers() | vtkObject | |
RemoveObserver(vtkCommand *) | vtkObject | |
RemoveObserver(unsigned long tag) | vtkObject | |
RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
RemoveObservers(unsigned long event) | vtkObject | |
RemoveObservers(const char *event) | vtkObject | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
Resize(const CoordinateT i) | vtkArray | |
Resize(const CoordinateT i, const CoordinateT j) | vtkArray | |
Resize(const CoordinateT i, const CoordinateT j, const CoordinateT k) | vtkArray | |
Resize(const vtkArrayRange &i) | vtkArray | |
Resize(const vtkArrayRange &i, const vtkArrayRange &j) | vtkArray | |
Resize(const vtkArrayRange &i, const vtkArrayRange &j, const vtkArrayRange &k) | vtkArray | |
Resize(const vtkArrayExtents &extents) | vtkArray | |
SafeDownCast(vtkObjectBase *o) | vtkArray | static |
SetDebug(bool debugFlag) | vtkObject | |
SetDimensionLabel(DimensionT i, const vtkStdString &label) | vtkArray | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetName(const vtkStdString &name) | vtkArray | |
SetReferenceCount(int) | vtkObjectBase | |
SetValue(CoordinateT i, const T &value) override | vtkDenseArray< T > | virtual |
SetValue(CoordinateT i, CoordinateT j, const T &value) override | vtkDenseArray< T > | virtual |
SetValue(CoordinateT i, CoordinateT j, CoordinateT k, const T &value) override | vtkDenseArray< T > | virtual |
SetValue(const vtkArrayCoordinates &coordinates, const T &value) override | vtkDenseArray< T > | virtual |
SetValueN(const SizeT n, const T &value) override | vtkDenseArray< T > | virtual |
SetVariantValue(const vtkArrayCoordinates &coordinates, const vtkVariant &value) override | vtkTypedArray< T > | inlinevirtual |
SetVariantValue(CoordinateT i, const vtkVariant &value) | vtkTypedArray< T > | inline |
SetVariantValue(CoordinateT i, CoordinateT j, const vtkVariant &value) | vtkTypedArray< T > | inline |
SetVariantValue(CoordinateT i, CoordinateT j, CoordinateT k, const vtkVariant &value) | vtkTypedArray< T > | inline |
SetVariantValue(const vtkArrayCoordinates &coordinates, const vtkVariant &value)=0 | vtkTypedArray< T > | virtual |
SetVariantValueN(const SizeT n, const vtkVariant &value) override | vtkTypedArray< T > | inlinevirtual |
SizeT typedef | vtkDenseArray< T > | |
SPARSE enum value | vtkArray | |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkArray | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkArray() | vtkArray | protected |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkDenseArray() | vtkDenseArray< T > | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkTemplateTypeMacro(vtkDenseArray< T >, vtkTypedArray< T >) | vtkDenseArray< T > | |
vtkTypedArray::vtkTemplateTypeMacro(vtkTypedArray< T >, vtkArray) | vtkTypedArray< T > | |
vtkTypedArray()=default | vtkTypedArray< T > | protected |
WeakPointers | vtkObjectBase | protected |
~vtkArray() override | vtkArray | protected |
~vtkDenseArray() override | vtkDenseArray< T > | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkTypedArray() override=default | vtkTypedArray< T > | protected |