VTK  9.3.20240424
vtkContext2D Member List

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)vtkObjectinline
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
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()vtkObjectstatic
BufferIdvtkContext2Dprotected
BufferIdModeBegin(vtkAbstractContextBufferId *bufferId)vtkContext2D
BufferIdModeEnd()vtkContext2D
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 char *string, vtkPoints2D *bounds)vtkContext2D
ComputeStringBounds(const char *string, float bounds[4])vtkContext2D
Context3DvtkContext2Dprotected
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
Delete()vtkObjectBasevirtual
DevicevtkContext2Dprotected
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)vtkContext2Dvirtual
DrawMarkers(int shape, bool highlight, float *points, int n)vtkContext2Dvirtual
DrawMarkers(int shape, bool highlight, vtkPoints2D *points)vtkContext2Dvirtual
DrawMarkers(int shape, bool highlight, vtkPoints2D *points, vtkUnsignedCharArray *colors)vtkContext2Dvirtual
DrawMarkers(int shape, bool highlight, vtkDataArray *positions, vtkUnsignedCharArray *colors, std::uintptr_t cacheIdentifier)vtkContext2Dvirtual
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(vtkDataArray *positions, vtkUnsignedCharArray *colors, std::uintptr_t cacheIdentifier)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, vtkDataArray *positions, vtkUnsignedCharArray *colors, std::uintptr_t cacheIdentifier)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 char *string)vtkContext2D
DrawString(float x, float y, const char *string)vtkContext2D
DrawStringRect(vtkPoints2D *rect, const vtkStdString &string)vtkContext2D
DrawStringRect(vtkPoints2D *rect, const char *string)vtkContext2D
DrawStringRect(const float rect[4], const vtkStdString &string)vtkContext2D
DrawStringRect(const float rect[4], const char *string)vtkContext2D
DrawWedge(float x, float y, float outRadius, float inRadius, float startAngle, float stopAngle)vtkContext2D
End()vtkContext2D
FastDelete()vtkObjectBasevirtual
FloatToInt(float x)vtkContext2Dinlinestatic
GetAlternateFreeFunction()vtkObjectBaseprotectedstatic
GetBrush()vtkContext2D
GetBufferIdMode() constvtkContext2D
GetClassName() constvtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetContext3D()vtkContext2Dvirtual
GetCurrentFreeFunction()vtkObjectBaseprotectedstatic
GetCurrentMallocFunction()vtkObjectBaseprotectedstatic
GetCurrentReallocFunction()vtkObjectBaseprotectedstatic
GetDebug()vtkObject
GetDevice()vtkContext2Dvirtual
GetGlobalWarningDisplay()vtkObjectstatic
GetIsInMemkind() constvtkObjectBase
GetMTime()vtkObjectvirtual
GetNumberOfGenerationsFromBase(const char *name)vtkObjectBasevirtual
GetNumberOfGenerationsFromBaseType(const char *name)vtkObjectBasestatic
GetObjectDescription() const overridevtkObjectvirtual
GetObjectName() constvtkObjectvirtual
GetPen()vtkContext2D
GetReferenceCount()vtkObjectBaseinline
GetTextProp()vtkContext2D
GetTransform()vtkContext2D
GetUsingMemkind()vtkObjectBasestatic
GlobalWarningDisplayOff()vtkObjectinlinestatic
GlobalWarningDisplayOn()vtkObjectinlinestatic
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)vtkObjectprotected
InternalReleaseFocus()vtkObjectprotected
InvokeEvent(unsigned long event, void *callData)vtkObject
InvokeEvent(const char *event, void *callData)vtkObject
InvokeEvent(unsigned long event)vtkObjectinline
InvokeEvent(const char *event)vtkObjectinline
IsA(const char *type)vtkContext2Dvirtual
IsTypeOf(const char *type)vtkContext2Dstatic
MathTextIsSupported()vtkContext2D
Modified()vtkObjectvirtual
MTimevtkObjectprotected
New()vtkContext2Dstatic
NewInstance() constvtkContext2D
NewInstanceInternal() constvtkContext2Dprotectedvirtual
ObjectNamevtkObjectprotected
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
PopMatrix()vtkContext2D
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintSelf(ostream &os, vtkIndent indent) overridevtkContext2Dvirtual
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PushMatrix()vtkContext2D
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkObjectBase
RegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
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 *)vtkObjectBaseprotectedvirtual
SafeDownCast(vtkObjectBase *o)vtkContext2Dstatic
SetContext3D(vtkContext3D *context)vtkContext2Dvirtual
SetDebug(bool debugFlag)vtkObject
SetGlobalWarningDisplay(vtkTypeBool val)vtkObjectstatic
SetMemkindDirectory(const char *directoryname)vtkObjectBasestatic
SetObjectName(const std::string &objectName)vtkObjectvirtual
SetReferenceCount(int)vtkObjectBase
SetTransform(vtkTransform2D *transform)vtkContext2D
SubjectHelpervtkObjectprotected
Superclass typedefvtkContext2D
TransformvtkContext2Dprotected
UnRegister(vtkObjectBase *o)vtkObjectBasevirtual
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
UsesGarbageCollector() constvtkObjectBaseinlinevirtual
vtkBaseTypeMacro(vtkObject, vtkObjectBase)vtkObject
vtkContext2D()vtkContext2Dprotected
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
WeakPointersvtkObjectBaseprotected
~vtkContext2D() overridevtkContext2Dprotected
~vtkObject() overridevtkObjectprotected
~vtkObjectBase()vtkObjectBaseprotectedvirtual