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 |
Allocate(vtkIdType sz, vtkIdType ext=1000) | vtkPoints2D | virtual |
Bounds | vtkPoints2D | protected |
BreakOnError() | vtkObject | static |
ComputeBounds() | vtkPoints2D | virtual |
ComputeTime | vtkPoints2D | protected |
Data | vtkPoints2D | protected |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
DeepCopy(vtkPoints2D *ad) | vtkPoints2D | virtual |
Delete() | vtkObjectBase | virtual |
FastDelete() | vtkObjectBase | virtual |
GetActualMemorySize() | vtkPoints2D | |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetBounds() | vtkPoints2D | |
GetBounds(double bounds[4]) | vtkPoints2D | |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetData() | vtkPoints2D | inline |
GetDataType() const | vtkPoints2D | virtual |
GetDebug() | vtkObject | |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetMTime() | vtkObject | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetNumberOfPoints() const | vtkPoints2D | inline |
GetPoint(vtkIdType id) | vtkPoints2D | inline |
GetPoint(vtkIdType id, double x[2]) | vtkPoints2D | inline |
GetPoints(vtkIdList *ptId, vtkPoints2D *fp) | vtkPoints2D | |
GetReferenceCount() | vtkObjectBase | inline |
GetUsingMemkind() | vtkObjectBase | static |
GetVoidPointer(const int id) | vtkPoints2D | inline |
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 | |
Initialize() | vtkPoints2D | virtual |
InitializeObjectBase() | vtkObjectBase | |
InsertNextPoint(const float x[2]) | vtkPoints2D | inline |
InsertNextPoint(const double x[2]) | vtkPoints2D | inline |
InsertNextPoint(double x, double y) | vtkPoints2D | inline |
InsertPoint(vtkIdType id, const float x[2]) | vtkPoints2D | inline |
InsertPoint(vtkIdType id, const double x[2]) | vtkPoints2D | inline |
InsertPoint(vtkIdType id, double x, double y) | vtkPoints2D | inline |
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) | vtkPoints2D | virtual |
IsTypeOf(const char *type) | vtkPoints2D | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New(int dataType) | vtkPoints2D | static |
New() | vtkPoints2D | static |
NewInstance() const | vtkPoints2D | |
NewInstanceInternal() const | vtkPoints2D | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkPoints2D | 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 | |
RemovePoint(vtkIdType id) | vtkPoints2D | inline |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
Reset() | vtkPoints2D | inlinevirtual |
Resize(vtkIdType numPoints) | vtkPoints2D | inline |
SafeDownCast(vtkObjectBase *o) | vtkPoints2D | static |
SetData(vtkDataArray *) | vtkPoints2D | virtual |
SetDataType(int dataType) | vtkPoints2D | virtual |
SetDataTypeToBit() | vtkPoints2D | inline |
SetDataTypeToChar() | vtkPoints2D | inline |
SetDataTypeToDouble() | vtkPoints2D | inline |
SetDataTypeToFloat() | vtkPoints2D | inline |
SetDataTypeToInt() | vtkPoints2D | inline |
SetDataTypeToLong() | vtkPoints2D | inline |
SetDataTypeToShort() | vtkPoints2D | inline |
SetDataTypeToUnsignedChar() | vtkPoints2D | inline |
SetDataTypeToUnsignedInt() | vtkPoints2D | inline |
SetDataTypeToUnsignedLong() | vtkPoints2D | inline |
SetDataTypeToUnsignedShort() | vtkPoints2D | inline |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetNumberOfPoints(vtkIdType numPoints) | vtkPoints2D | inline |
SetPoint(vtkIdType id, const float x[2]) | vtkPoints2D | inline |
SetPoint(vtkIdType id, const double x[2]) | vtkPoints2D | inline |
SetPoint(vtkIdType id, double x, double y) | vtkPoints2D | inline |
SetReferenceCount(int) | vtkObjectBase | |
ShallowCopy(vtkPoints2D *ad) | vtkPoints2D | virtual |
Squeeze() | vtkPoints2D | inlinevirtual |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkPoints2D | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkPoints2D(int dataType=VTK_FLOAT) | vtkPoints2D | protected |
WeakPointers | vtkObjectBase | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkPoints2D() override | vtkPoints2D | protected |