VTK  9.1.0
vtkSVGContextDevice2D Member List

This is the complete list of members for vtkSVGContextDevice2D, including all inherited members.

ActiveNodevtkSVGContextDevice2Dprotected
ActiveNodeClipRectvtkSVGContextDevice2Dprotected
ActiveNodeIsClippingvtkSVGContextDevice2Dprotected
ActiveNodeTransformvtkSVGContextDevice2Dprotected
AddCircleSymbol(bool highlight)vtkSVGContextDevice2Dprotected
AddCrossSymbol(bool highlight)vtkSVGContextDevice2Dprotected
AddDiamondSymbol(bool highlight)vtkSVGContextDevice2Dprotected
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
AddPlusSymbol(bool highlight)vtkSVGContextDevice2Dprotected
AddSquareSymbol(bool highlight)vtkSVGContextDevice2Dprotected
AdjustMatrixForSVG(const double in[9], double out[9])vtkSVGContextDevice2Dprotected
ApplyBrush(vtkBrush *brush)vtkContextDevice2Dvirtual
ApplyBrushColorToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyBrushOpacityToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyBrushStateToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyBrushTextureToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPen(vtkPen *pen)vtkContextDevice2Dvirtual
ApplyPenAsFillColorToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPenAsFillOpacityToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPenColorToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPenOpacityToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPenStateToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPenStippleToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyPenWidthToNode(vtkXMLDataElement *node)vtkSVGContextDevice2Dprotected
ApplyTextProp(vtkTextProperty *prop)vtkContextDevice2Dvirtual
ApplyTextPropertyStateToNode(vtkXMLDataElement *node, float x, float y)vtkSVGContextDevice2Dprotected
ApplyTextPropertyStateToNodeForPath(vtkXMLDataElement *node, float x, float y)vtkSVGContextDevice2Dprotected
ApplyTransform()vtkSVGContextDevice2Dprotected
AreaLessThanTolerance(const vtkVector2f &p1, const vtkVector2f &p2, const vtkVector2f &p3)vtkSVGContextDevice2Dprotected
Begin(vtkViewport *) overridevtkSVGContextDevice2Dvirtual
BreakOnError()vtkObjectstatic
BrushvtkContextDevice2Dprotected
BufferIdvtkContextDevice2Dprotected
BufferIdModeBegin(vtkAbstractContextBufferId *bufferId)vtkContextDevice2Dvirtual
BufferIdModeEnd()vtkContextDevice2Dvirtual
CanvasHeightvtkSVGContextDevice2Dprotected
ClipRectvtkSVGContextDevice2Dprotected
ColorsAreClose(const vtkColor4ub &c1, const vtkColor4ub &c2, bool useAlpha)vtkSVGContextDevice2Dprotected
ColorsAreClose(const vtkColor4ub &c1, const vtkColor4ub &c2, const vtkColor4ub &c3, bool useAlpha)vtkSVGContextDevice2Dprotected
ComputeJustifiedStringBounds(const char *string, float bounds[4]) overridevtkSVGContextDevice2Dvirtual
ComputeStringBounds(const vtkStdString &string, float bounds[4]) overridevtkSVGContextDevice2Dvirtual
ComputeStringBounds(const vtkUnicodeString &string, float bounds[4]) overridevtkSVGContextDevice2Dvirtual
ContextNodevtkSVGContextDevice2Dprotected
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
DefinitionNodevtkSVGContextDevice2Dprotected
Delete()vtkObjectBasevirtual
DisableClipping()vtkContextDevice2Dinlinevirtual
DrawColoredPolygon(float *points, int numPoints, unsigned char *colors=nullptr, int nc_comps=0) overridevtkSVGContextDevice2Dvirtual
DrawEllipseWedge(float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle) overridevtkSVGContextDevice2Dvirtual
DrawEllipticArc(float x, float y, float rX, float rY, float startAngle, float stopAngle) overridevtkSVGContextDevice2Dvirtual
DrawImage(float p[2], float scale, vtkImageData *image) overridevtkSVGContextDevice2Dvirtual
DrawImage(const vtkRectf &pos, vtkImageData *image) overridevtkSVGContextDevice2Dvirtual
DrawLineGradient(const vtkVector2f &p1, const vtkColor4ub &c1, const vtkVector2f &p2, const vtkColor4ub &c2, bool useAlpha)vtkSVGContextDevice2Dprotected
DrawLines(float *f, int n, unsigned char *colors=nullptr, int nc_comps=0) overridevtkSVGContextDevice2Dvirtual
DrawMarkers(int shape, bool highlight, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) overridevtkSVGContextDevice2Dvirtual
DrawMathTextString(float *point, const vtkStdString &str) overridevtkSVGContextDevice2Dvirtual
DrawPath(vtkPath *path, std::ostream &out)vtkSVGContextDevice2Dprotected
DrawPoints(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) overridevtkSVGContextDevice2Dvirtual
DrawPointSprites(vtkImageData *sprite, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) overridevtkSVGContextDevice2Dvirtual
DrawPoly(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) overridevtkSVGContextDevice2Dvirtual
DrawPolyData(float p[2], float scale, vtkPolyData *polyData, vtkUnsignedCharArray *colors, int scalarMode)vtkContextDevice2Dvirtual
DrawPolygon(float *, int) overridevtkSVGContextDevice2Dvirtual
DrawQuad(float *, int) overridevtkSVGContextDevice2Dvirtual
DrawQuadStrip(float *, int) overridevtkSVGContextDevice2Dvirtual
DrawString(float *point, const vtkStdString &string) overridevtkSVGContextDevice2Dvirtual
DrawString(float *point, const vtkUnicodeString &string) overridevtkSVGContextDevice2Dvirtual
DrawTriangleGradient(const vtkVector2f &p1, const vtkColor4ub &c1, const vtkVector2f &p2, const vtkColor4ub &c2, const vtkVector2f &p3, const vtkColor4ub &c3, bool useAlpha)vtkSVGContextDevice2Dprotected
EmbedFontsvtkSVGContextDevice2Dprotected
EmbedFontsOff()vtkSVGContextDevice2Dvirtual
EmbedFontsOn()vtkSVGContextDevice2Dvirtual
EnableClipping(bool enable) overridevtkSVGContextDevice2Dvirtual
End() overridevtkSVGContextDevice2Dvirtual
FastDelete()vtkObjectBasevirtual
GenerateDefinitions()vtkSVGContextDevice2D
GeometryvtkContextDevice2Dprotected
GetAlternateFreeFunction()vtkObjectBaseprotectedstatic
GetBrush()vtkContextDevice2Dvirtual
GetBufferIdMode() constvtkContextDevice2Dvirtual
GetClassName() constvtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetCurrentFreeFunction()vtkObjectBaseprotectedstatic
GetCurrentMallocFunction()vtkObjectBaseprotectedstatic
GetCurrentReallocFunction()vtkObjectBaseprotectedstatic
GetDebug()vtkObject
GetEmbedFonts()vtkSVGContextDevice2Dvirtual
GetGlobalWarningDisplay()vtkObjectstatic
GetHeight()vtkContextDevice2Dinlinevirtual
GetIsInMemkind() constvtkObjectBase
GetMatrix(vtkMatrix3x3 *m) overridevtkSVGContextDevice2Dvirtual
GetMTime()vtkObjectvirtual
GetNumberOfGenerationsFromBase(const char *name)vtkObjectBasevirtual
GetNumberOfGenerationsFromBaseType(const char *name)vtkObjectBasestatic
GetPen()vtkContextDevice2Dvirtual
GetReferenceCount()vtkObjectBaseinline
GetScaledPenWidth()vtkSVGContextDevice2Dprotected
GetScaledPenWidth(float &x, float &y)vtkSVGContextDevice2Dprotected
GetSubdivisionThreshold()vtkSVGContextDevice2Dvirtual
GetSVGMatrix(double svg[9])vtkSVGContextDevice2Dprotected
GetTextAsPath()vtkSVGContextDevice2Dvirtual
GetTextProp()vtkContextDevice2Dvirtual
GetUsingMemkind()vtkObjectBasestatic
GetViewportRect()vtkContextDevice2Dvirtual
GetViewportSize()vtkContextDevice2Dvirtual
GetWidth()vtkContextDevice2Dinlinevirtual
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
ImplvtkSVGContextDevice2Dprotected
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)vtkSVGContextDevice2Dvirtual
IsClippingvtkSVGContextDevice2Dprotected
IsTypeOf(const char *type)vtkSVGContextDevice2Dstatic
LengthLessThanTolerance(const vtkVector2f &p1, const vtkVector2f &p2)vtkSVGContextDevice2Dprotected
Linear enum valuevtkContextDevice2D
MathTextIsSupported()vtkContextDevice2Dvirtual
MatrixvtkSVGContextDevice2Dprotected
Matrix3ToMatrix4(const double mat3[9], double mat4[16])vtkSVGContextDevice2Dprotectedstatic
Matrix4ToMatrix3(const double mat4[16], double mat3[9])vtkSVGContextDevice2Dprotectedstatic
Modified()vtkObjectvirtual
MTimevtkObjectprotected
MultiplyMatrix(vtkMatrix3x3 *m) overridevtkSVGContextDevice2Dvirtual
Nearest enum valuevtkContextDevice2D
New()vtkSVGContextDevice2Dstatic
NewInstance() constvtkSVGContextDevice2D
NewInstanceInternal() constvtkSVGContextDevice2Dprotectedvirtual
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
PenvtkContextDevice2Dprotected
PopGraphicsState()vtkSVGContextDevice2Dprotected
PopMatrix() overridevtkSVGContextDevice2Dvirtual
PreparePointSprite(vtkImageData *in)vtkSVGContextDevice2Dprotected
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintSelf(ostream &os, vtkIndent indent) overridevtkSVGContextDevice2Dvirtual
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PushGraphicsState()vtkSVGContextDevice2Dprotected
PushMatrix() overridevtkSVGContextDevice2Dvirtual
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkObjectBasevirtual
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
Repeat enum valuevtkContextDevice2D
ReportReferences(vtkGarbageCollector *)vtkObjectBaseprotectedvirtual
SafeDownCast(vtkObjectBase *o)vtkSVGContextDevice2Dstatic
SetClipping(int *x) overridevtkSVGContextDevice2Dvirtual
SetColor4(unsigned char color[4]) overridevtkSVGContextDevice2Dvirtual
SetDebug(bool debugFlag)vtkObject
SetEmbedFonts(bool)vtkSVGContextDevice2Dvirtual
SetGlobalWarningDisplay(int val)vtkObjectstatic
SetLineType(int type) overridevtkSVGContextDevice2Dvirtual
SetLineWidth(float width) overridevtkSVGContextDevice2Dvirtual
SetMatrix(vtkMatrix3x3 *m) overridevtkSVGContextDevice2Dvirtual
SetMemkindDirectory(const char *directoryname)vtkObjectBasestatic
SetPointSize(float size) overridevtkSVGContextDevice2Dvirtual
SetReferenceCount(int)vtkObjectBase
SetSubdivisionThreshold(float)vtkSVGContextDevice2Dvirtual
SetSVGContext(vtkXMLDataElement *context, vtkXMLDataElement *defs)vtkSVGContextDevice2D
SetTextAsPath(bool)vtkSVGContextDevice2Dvirtual
SetTexture(vtkImageData *image, int properties) overridevtkSVGContextDevice2Dvirtual
SetupClippingAndTransform()vtkSVGContextDevice2Dprotected
SetViewport(vtkViewport *)vtkSVGContextDevice2Dprotected
SetViewportRect(const vtkRecti &rect)vtkContextDevice2Dinlinevirtual
SetViewportSize(const vtkVector2i &size)vtkContextDevice2Dinlinevirtual
Stretch enum valuevtkContextDevice2D
SubdivisionThresholdvtkSVGContextDevice2Dprotected
SubjectHelpervtkObjectprotected
Superclass typedefvtkSVGContextDevice2D
TextAsPathvtkSVGContextDevice2Dprotected
TextAsPathOff()vtkSVGContextDevice2Dvirtual
TextAsPathOn()vtkSVGContextDevice2Dvirtual
TextPropvtkContextDevice2Dprotected
TextureProperty enum namevtkContextDevice2D
Transform2DEqual(const double mat3[9], const double mat4[16])vtkSVGContextDevice2Dprotectedstatic
TransformSize(float &x, float &y)vtkSVGContextDevice2Dprotected
UnRegister(vtkObjectBase *o)vtkObjectBasevirtual
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
ViewportvtkSVGContextDevice2Dprotected
ViewportRectvtkContextDevice2Dprotected
ViewportSizevtkContextDevice2Dprotected
vtkBaseTypeMacro(vtkObject, vtkObjectBase)vtkObject
vtkContextDevice2D()vtkContextDevice2Dprotected
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
vtkSVGContextDevice2D()vtkSVGContextDevice2Dprotected
WeakPointersvtkObjectBaseprotected
WriteClipRects()vtkSVGContextDevice2Dprotected
WriteFonts()vtkSVGContextDevice2Dprotected
WriteImages()vtkSVGContextDevice2Dprotected
WritePatterns()vtkSVGContextDevice2Dprotected
~vtkContextDevice2D() overridevtkContextDevice2Dprotected
~vtkObject() overridevtkObjectprotected
~vtkObjectBase()vtkObjectBaseprotectedvirtual
~vtkSVGContextDevice2D() overridevtkSVGContextDevice2Dprotected