VTK
|
This is the complete list of members for vtkContext2D, 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 |
AppendTransform(vtkTransform2D *transform) | vtkContext2D | |
ApplyBrush(vtkBrush *brush) | vtkContext2D | |
ApplyId(vtkIdType id) | vtkContext2D | |
ApplyPen(vtkPen *pen) | vtkContext2D | |
ApplyTextProp(vtkTextProperty *prop) | vtkContext2D | |
Begin(vtkContextDevice2D *device) | vtkContext2D | |
BreakOnError() | vtkObject | static |
BufferId | vtkContext2D | protected |
BufferIdModeBegin(vtkAbstractContextBufferId *bufferId) | vtkContext2D | |
BufferIdModeEnd() | vtkContext2D | |
CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
ComputeFontSizeForBoundedString(const vtkStdString &string, float width, float height) | vtkContext2D | |
ComputeJustifiedStringBounds(const char *string, float bounds[4]) | vtkContext2D | |
ComputeStringBounds(const vtkStdString &string, vtkPoints2D *bounds) | vtkContext2D | |
ComputeStringBounds(const vtkStdString &string, float bounds[4]) | vtkContext2D | |
ComputeStringBounds(const vtkUnicodeString &string, vtkPoints2D *bounds) | vtkContext2D | |
ComputeStringBounds(const vtkUnicodeString &string, float bounds[4]) | vtkContext2D | |
ComputeStringBounds(const char *string, vtkPoints2D *bounds) | vtkContext2D | |
ComputeStringBounds(const char *string, float bounds[4]) | vtkContext2D | |
Context3D | vtkContext2D | protected |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
Device | vtkContext2D | protected |
DrawArc(float x, float y, float r, float startAngle, float stopAngle) | vtkContext2D | |
DrawEllipse(float x, float y, float rx, float ry) | vtkContext2D | |
DrawEllipseWedge(float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle) | vtkContext2D | |
DrawEllipticArc(float x, float y, float rX, float rY, float startAngle, float stopAngle) | vtkContext2D | |
DrawImage(float x, float y, vtkImageData *image) | vtkContext2D | |
DrawImage(float x, float y, float scale, vtkImageData *image) | vtkContext2D | |
DrawImage(const vtkRectf &pos, vtkImageData *image) | vtkContext2D | |
DrawLine(float x1, float y1, float x2, float y2) | vtkContext2D | |
DrawLine(float p[4]) | vtkContext2D | |
DrawLine(vtkPoints2D *points) | vtkContext2D | |
DrawLines(vtkPoints2D *points) | vtkContext2D | |
DrawLines(float *points, int n) | vtkContext2D | |
DrawMarkers(int shape, bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkContext2D | virtual |
DrawMarkers(int shape, bool highlight, float *points, int n) | vtkContext2D | virtual |
DrawMarkers(int shape, bool highlight, vtkPoints2D *points) | vtkContext2D | virtual |
DrawMarkers(int shape, bool highlight, vtkPoints2D *points, vtkUnsignedCharArray *colors) | vtkContext2D | virtual |
DrawMathTextString(vtkPoints2D *point, const vtkStdString &string) | vtkContext2D | |
DrawMathTextString(float x, float y, const vtkStdString &string) | vtkContext2D | |
DrawMathTextString(vtkPoints2D *point, const char *string) | vtkContext2D | |
DrawMathTextString(float x, float y, const char *string) | vtkContext2D | |
DrawMathTextString(vtkPoints2D *point, const vtkStdString &string, const vtkStdString &fallback) | vtkContext2D | |
DrawMathTextString(float x, float y, const vtkStdString &string, const vtkStdString &fallback) | vtkContext2D | |
DrawMathTextString(vtkPoints2D *point, const char *string, const char *fallback) | vtkContext2D | |
DrawMathTextString(float x, float y, const char *string, const char *fallback) | vtkContext2D | |
DrawPoint(float x, float y) | vtkContext2D | |
DrawPoints(float *x, float *y, int n) | vtkContext2D | |
DrawPoints(vtkPoints2D *points) | vtkContext2D | |
DrawPoints(float *points, int n) | vtkContext2D | |
DrawPointSprites(vtkImageData *sprite, vtkPoints2D *points) | vtkContext2D | |
DrawPointSprites(vtkImageData *sprite, vtkPoints2D *points, vtkUnsignedCharArray *colors) | vtkContext2D | |
DrawPointSprites(vtkImageData *sprite, float *points, int n, unsigned char *colors, int nc_comps) | vtkContext2D | |
DrawPointSprites(vtkImageData *sprite, float *points, int n) | vtkContext2D | |
DrawPoly(float *x, float *y, int n) | vtkContext2D | |
DrawPoly(vtkPoints2D *points) | vtkContext2D | |
DrawPoly(float *points, int n) | vtkContext2D | |
DrawPoly(float *points, int n, unsigned char *colors, int nc_comps) | vtkContext2D | |
DrawPolyData(float x, float y, vtkPolyData *polyData, vtkUnsignedCharArray *colors, int scalarMode) | vtkContext2D | |
DrawPolygon(float *x, float *y, int n) | vtkContext2D | |
DrawPolygon(vtkPoints2D *points) | vtkContext2D | |
DrawPolygon(float *points, int n) | vtkContext2D | |
DrawPolygon(float *x, float *y, int n, unsigned char *color, int nc_comps) | vtkContext2D | |
DrawPolygon(vtkPoints2D *points, unsigned char *color, int nc_comps) | vtkContext2D | |
DrawPolygon(float *points, int n, unsigned char *color, int nc_comps) | vtkContext2D | |
DrawQuad(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) | vtkContext2D | |
DrawQuad(float *p) | vtkContext2D | |
DrawQuadStrip(vtkPoints2D *points) | vtkContext2D | |
DrawQuadStrip(float *p, int n) | vtkContext2D | |
DrawRect(float x, float y, float w, float h) | vtkContext2D | |
DrawString(vtkPoints2D *point, const vtkStdString &string) | vtkContext2D | |
DrawString(float x, float y, const vtkStdString &string) | vtkContext2D | |
DrawString(vtkPoints2D *point, const vtkUnicodeString &string) | vtkContext2D | |
DrawString(float x, float y, const vtkUnicodeString &string) | vtkContext2D | |
DrawString(vtkPoints2D *point, const char *string) | vtkContext2D | |
DrawString(float x, float y, const char *string) | vtkContext2D | |
DrawStringRect(vtkPoints2D *rect, const vtkStdString &string) | vtkContext2D | |
DrawStringRect(vtkPoints2D *rect, const vtkUnicodeString &string) | vtkContext2D | |
DrawStringRect(vtkPoints2D *rect, const char *string) | vtkContext2D | |
DrawWedge(float x, float y, float outRadius, float inRadius, float startAngle, float stopAngle) | vtkContext2D | |
End() | vtkContext2D | |
FastDelete() | vtkObjectBase | virtual |
FloatToInt(float x) | vtkContext2D | inlinestatic |
GetBrush() | vtkContext2D | |
GetBufferIdMode() const | vtkContext2D | |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetContext3D() | vtkContext2D | virtual |
GetDebug() | vtkObject | |
GetDevice() | vtkContext2D | virtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetMTime() | vtkObject | virtual |
GetPen() | vtkContext2D | |
GetReferenceCount() | vtkObjectBase | inline |
GetTextProp() | vtkContext2D | |
GetTransform() | vtkContext2D | |
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) | vtkContext2D | virtual |
IsTypeOf(const char *type) | vtkContext2D | static |
MathTextIsSupported() | vtkContext2D | |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkContext2D | static |
NewInstance() const | vtkContext2D | |
NewInstanceInternal() const | vtkContext2D | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PopMatrix() | vtkContext2D | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintRevisions(ostream &) | vtkObjectBase | inline |
PrintSelf(ostream &os, vtkIndent indent) override | vtkContext2D | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PushMatrix() | vtkContext2D | |
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 |
SafeDownCast(vtkObjectBase *o) | vtkContext2D | static |
SetContext3D(vtkContext3D *context) | vtkContext2D | virtual |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetReferenceCount(int) | vtkObjectBase | |
SetTransform(vtkTransform2D *transform) | vtkContext2D | |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkContext2D | |
Transform | vtkContext2D | protected |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkContext2D() | vtkContext2D | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
WeakPointers | vtkObjectBase | protected |
~vtkContext2D() override | vtkContext2D | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |