|
VTK
9.4.2
|
This is the complete list of members for vtkSVGContextDevice2D, including all inherited members.
| ActiveNode | vtkSVGContextDevice2D | protected |
| ActiveNodeClipRect | vtkSVGContextDevice2D | protected |
| ActiveNodeIsClipping | vtkSVGContextDevice2D | protected |
| ActiveNodeTransform | vtkSVGContextDevice2D | protected |
| AddCircleSymbol(bool highlight) | vtkSVGContextDevice2D | protected |
| AddCrossSymbol(bool highlight) | vtkSVGContextDevice2D | protected |
| AddDiamondSymbol(bool highlight) | vtkSVGContextDevice2D | protected |
| 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 |
| AddPlusSymbol(bool highlight) | vtkSVGContextDevice2D | protected |
| AddSquareSymbol(bool highlight) | vtkSVGContextDevice2D | protected |
| AdjustMatrixForSVG(const double in[9], double out[9]) | vtkSVGContextDevice2D | protected |
| ApplyBrush(vtkBrush *brush) | vtkContextDevice2D | virtual |
| ApplyBrushColorToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyBrushOpacityToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyBrushStateToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyBrushTextureToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPen(vtkPen *pen) | vtkContextDevice2D | virtual |
| ApplyPenAsFillColorToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPenAsFillOpacityToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPenColorToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPenOpacityToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPenStateToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPenStippleToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyPenWidthToNode(vtkXMLDataElement *node) | vtkSVGContextDevice2D | protected |
| ApplyTextProp(vtkTextProperty *prop) | vtkContextDevice2D | virtual |
| ApplyTextPropertyStateToNode(vtkXMLDataElement *node, float x, float y) | vtkSVGContextDevice2D | protected |
| ApplyTextPropertyStateToNodeForPath(vtkXMLDataElement *node, float x, float y) | vtkSVGContextDevice2D | protected |
| ApplyTransform() | vtkSVGContextDevice2D | protected |
| AreaLessThanTolerance(const vtkVector2f &p1, const vtkVector2f &p2, const vtkVector2f &p3) | vtkSVGContextDevice2D | protected |
| Begin(vtkViewport *) override | vtkSVGContextDevice2D | virtual |
| BreakOnError() | vtkObject | static |
| Brush | vtkContextDevice2D | protected |
| BufferId | vtkContextDevice2D | protected |
| BufferIdModeBegin(vtkAbstractContextBufferId *bufferId) | vtkContextDevice2D | virtual |
| BufferIdModeEnd() | vtkContextDevice2D | virtual |
| CanvasHeight | vtkSVGContextDevice2D | protected |
| ClipRect | vtkSVGContextDevice2D | protected |
| ColorsAreClose(const vtkColor4ub &c1, const vtkColor4ub &c2, bool useAlpha) | vtkSVGContextDevice2D | protected |
| ColorsAreClose(const vtkColor4ub &c1, const vtkColor4ub &c2, const vtkColor4ub &c3, bool useAlpha) | vtkSVGContextDevice2D | protected |
| ComputeJustifiedStringBounds(const char *string, float bounds[4]) override | vtkSVGContextDevice2D | virtual |
| ComputeStringBounds(const vtkStdString &string, float bounds[4]) override | vtkSVGContextDevice2D | virtual |
| ContextNode | vtkSVGContextDevice2D | protected |
| Debug | vtkObject | protected |
| DebugOff() | vtkObject | virtual |
| DebugOn() | vtkObject | virtual |
| DefinitionNode | vtkSVGContextDevice2D | protected |
| Delete() | vtkObjectBase | virtual |
| DisableClipping() | vtkContextDevice2D | inlinevirtual |
| DrawColoredPolygon(float *points, int numPoints, unsigned char *colors=nullptr, int nc_comps=0) override | vtkSVGContextDevice2D | virtual |
| DrawEllipseWedge(float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle) override | vtkSVGContextDevice2D | virtual |
| DrawEllipticArc(float x, float y, float rX, float rY, float startAngle, float stopAngle) override | vtkSVGContextDevice2D | virtual |
| DrawImage(float p[2], float scale, vtkImageData *image) override | vtkSVGContextDevice2D | virtual |
| DrawImage(const vtkRectf &pos, vtkImageData *image) override | vtkSVGContextDevice2D | virtual |
| DrawLineGradient(const vtkVector2f &p1, const vtkColor4ub &c1, const vtkVector2f &p2, const vtkColor4ub &c2, bool useAlpha) | vtkSVGContextDevice2D | protected |
| DrawLines(float *f, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkSVGContextDevice2D | virtual |
| DrawMarkers(int shape, bool highlight, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkSVGContextDevice2D | virtual |
| DrawMarkers(int shape, bool highlight, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) | vtkSVGContextDevice2D | virtual |
| DrawMarkers(int shape, bool highlight, vtkDataArray *positions, vtkUnsignedCharArray *colors, std::uintptr_t vtkNotUsed(cacheIdentifier)) | vtkSVGContextDevice2D | virtual |
| DrawMathTextString(float *point, const vtkStdString &str) override | vtkSVGContextDevice2D | virtual |
| DrawPath(vtkPath *path, std::ostream &out) | vtkSVGContextDevice2D | protected |
| DrawPoints(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkSVGContextDevice2D | virtual |
| DrawPoints(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0)=0 | vtkSVGContextDevice2D | virtual |
| DrawPoints(vtkDataArray *positions, vtkUnsignedCharArray *colors, std::uintptr_t vtkNotUsed(cacheIdentifier)) | vtkSVGContextDevice2D | virtual |
| DrawPointSprites(vtkImageData *sprite, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkSVGContextDevice2D | virtual |
| DrawPointSprites(vtkImageData *sprite, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0)=0 | vtkSVGContextDevice2D | virtual |
| DrawPointSprites(vtkImageData *sprite, vtkDataArray *positions, vtkUnsignedCharArray *colors, std::uintptr_t vtkNotUsed(cacheIdentifier)) | vtkSVGContextDevice2D | virtual |
| DrawPoly(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkSVGContextDevice2D | virtual |
| DrawPolyData(float p[2], float scale, vtkPolyData *polyData, vtkUnsignedCharArray *colors, int scalarMode) | vtkContextDevice2D | virtual |
| DrawPolygon(float *, int) override | vtkSVGContextDevice2D | virtual |
| DrawQuad(float *, int) override | vtkSVGContextDevice2D | virtual |
| DrawQuadStrip(float *, int) override | vtkSVGContextDevice2D | virtual |
| DrawString(float *point, const vtkStdString &string) override | vtkSVGContextDevice2D | virtual |
| DrawTriangleGradient(const vtkVector2f &p1, const vtkColor4ub &c1, const vtkVector2f &p2, const vtkColor4ub &c2, const vtkVector2f &p3, const vtkColor4ub &c3, bool useAlpha) | vtkSVGContextDevice2D | protected |
| EmbedFonts | vtkSVGContextDevice2D | protected |
| EmbedFontsOff() | vtkSVGContextDevice2D | virtual |
| EmbedFontsOn() | vtkSVGContextDevice2D | virtual |
| EnableClipping(bool enable) override | vtkSVGContextDevice2D | virtual |
| End() override | vtkSVGContextDevice2D | virtual |
| FastDelete() | vtkObjectBase | virtual |
| GenerateDefinitions() | vtkSVGContextDevice2D | |
| Geometry | vtkContextDevice2D | protected |
| GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
| GetBrush() | vtkContextDevice2D | virtual |
| GetBufferIdMode() const | vtkContextDevice2D | virtual |
| GetClassName() const | vtkObjectBase | |
| GetCommand(unsigned long tag) | vtkObject | |
| GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
| GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
| GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
| GetDebug() | vtkObject | |
| GetEmbedFonts() | vtkSVGContextDevice2D | virtual |
| GetGlobalWarningDisplay() | vtkObject | static |
| GetHeight() | vtkContextDevice2D | inlinevirtual |
| GetIsInMemkind() const | vtkObjectBase | |
| GetMatrix(vtkMatrix3x3 *m) override | vtkSVGContextDevice2D | virtual |
| GetMTime() | vtkObject | virtual |
| GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
| GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
| GetObjectDescription() const override | vtkObject | virtual |
| GetObjectName() const | vtkObject | virtual |
| GetPen() | vtkContextDevice2D | virtual |
| GetReferenceCount() | vtkObjectBase | inline |
| GetScaledPenWidth() | vtkSVGContextDevice2D | protected |
| GetScaledPenWidth(float &x, float &y) | vtkSVGContextDevice2D | protected |
| GetSubdivisionThreshold() | vtkSVGContextDevice2D | virtual |
| GetSVGMatrix(double svg[9]) | vtkSVGContextDevice2D | protected |
| GetTextAsPath() | vtkSVGContextDevice2D | virtual |
| GetTextProp() | vtkContextDevice2D | virtual |
| GetUsingMemkind() | vtkObjectBase | static |
| GetViewportRect() | vtkContextDevice2D | virtual |
| GetViewportSize() | vtkContextDevice2D | virtual |
| GetWidth() | vtkContextDevice2D | 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 | |
| Impl | vtkSVGContextDevice2D | protected |
| 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) | vtkSVGContextDevice2D | virtual |
| IsClipping | vtkSVGContextDevice2D | protected |
| IsTypeOf(const char *type) | vtkSVGContextDevice2D | static |
| LengthLessThanTolerance(const vtkVector2f &p1, const vtkVector2f &p2) | vtkSVGContextDevice2D | protected |
| Linear enum value | vtkContextDevice2D | |
| MathTextIsSupported() | vtkContextDevice2D | virtual |
| Matrix | vtkSVGContextDevice2D | protected |
| Matrix3ToMatrix4(const double mat3[9], double mat4[16]) | vtkSVGContextDevice2D | protectedstatic |
| Matrix4ToMatrix3(const double mat4[16], double mat3[9]) | vtkSVGContextDevice2D | protectedstatic |
| Modified() | vtkObject | virtual |
| MTime | vtkObject | protected |
| MultiplyMatrix(vtkMatrix3x3 *m) override | vtkSVGContextDevice2D | virtual |
| Nearest enum value | vtkContextDevice2D | |
| New() | vtkSVGContextDevice2D | static |
| NewInstance() const | vtkSVGContextDevice2D | |
| NewInstanceInternal() const | vtkSVGContextDevice2D | protectedvirtual |
| ObjectName | vtkObject | protected |
| vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| Pen | vtkContextDevice2D | protected |
| PopGraphicsState() | vtkSVGContextDevice2D | protected |
| PopMatrix() override | vtkSVGContextDevice2D | virtual |
| PreparePointSprite(vtkImageData *in) | vtkSVGContextDevice2D | protected |
| Print(ostream &os) | vtkObjectBase | |
| PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| PrintSelf(ostream &os, vtkIndent indent) override | vtkSVGContextDevice2D | virtual |
| PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| PushGraphicsState() | vtkSVGContextDevice2D | protected |
| PushMatrix() override | vtkSVGContextDevice2D | virtual |
| ReferenceCount | vtkObjectBase | protected |
| Register(vtkObjectBase *o) | vtkObjectBase | |
| RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| ReleaseCache(std::uintptr_t vtkNotUsed(cacheIdentifier)) | vtkContextDevice2D | inlinevirtual |
| 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 value | vtkContextDevice2D | |
| ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
| SafeDownCast(vtkObjectBase *o) | vtkSVGContextDevice2D | static |
| SetClipping(int *x) override | vtkSVGContextDevice2D | virtual |
| SetColor4(unsigned char color[4]) override | vtkSVGContextDevice2D | virtual |
| SetDebug(bool debugFlag) | vtkObject | |
| SetEmbedFonts(bool) | vtkSVGContextDevice2D | virtual |
| SetGlobalWarningDisplay(vtkTypeBool val) | vtkObject | static |
| SetLineType(int type) override | vtkSVGContextDevice2D | virtual |
| SetLineWidth(float width) override | vtkSVGContextDevice2D | virtual |
| SetMatrix(vtkMatrix3x3 *m) override | vtkSVGContextDevice2D | virtual |
| SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
| SetObjectName(const std::string &objectName) | vtkObject | virtual |
| SetPointSize(float size) override | vtkSVGContextDevice2D | virtual |
| SetReferenceCount(int) | vtkObjectBase | |
| SetSubdivisionThreshold(float) | vtkSVGContextDevice2D | virtual |
| SetSVGContext(vtkXMLDataElement *context, vtkXMLDataElement *defs) | vtkSVGContextDevice2D | |
| SetTextAsPath(bool) | vtkSVGContextDevice2D | virtual |
| SetTexture(vtkImageData *image, int properties) override | vtkSVGContextDevice2D | virtual |
| SetupClippingAndTransform() | vtkSVGContextDevice2D | protected |
| SetViewport(vtkViewport *) | vtkSVGContextDevice2D | protected |
| SetViewportRect(const vtkRecti &rect) | vtkContextDevice2D | inlinevirtual |
| SetViewportSize(const vtkVector2i &size) | vtkContextDevice2D | inlinevirtual |
| Stretch enum value | vtkContextDevice2D | |
| SubdivisionThreshold | vtkSVGContextDevice2D | protected |
| SubjectHelper | vtkObject | protected |
| Superclass typedef | vtkSVGContextDevice2D | |
| TextAsPath | vtkSVGContextDevice2D | protected |
| TextAsPathOff() | vtkSVGContextDevice2D | virtual |
| TextAsPathOn() | vtkSVGContextDevice2D | virtual |
| TextProp | vtkContextDevice2D | protected |
| TextureProperty enum name | vtkContextDevice2D | |
| Transform2DEqual(const double mat3[9], const double mat4[16]) | vtkSVGContextDevice2D | protectedstatic |
| TransformSize(float &x, float &y) | vtkSVGContextDevice2D | protected |
| UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
| UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| UsesGarbageCollector() const | vtkObjectBase | inlinevirtual |
| Viewport | vtkSVGContextDevice2D | protected |
| ViewportRect | vtkContextDevice2D | protected |
| ViewportSize | vtkContextDevice2D | protected |
| vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
| vtkContextDevice2D() | vtkContextDevice2D | protected |
| vtkObject() | vtkObject | protected |
| vtkObjectBase() | vtkObjectBase | protected |
| vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| vtkSVGContextDevice2D() | vtkSVGContextDevice2D | protected |
| WeakPointers | vtkObjectBase | protected |
| WriteClipRects() | vtkSVGContextDevice2D | protected |
| WriteFonts() | vtkSVGContextDevice2D | protected |
| WriteImages() | vtkSVGContextDevice2D | protected |
| WritePatterns() | vtkSVGContextDevice2D | protected |
| ~vtkContextDevice2D() override | vtkContextDevice2D | protected |
| ~vtkObject() override | vtkObject | protected |
| ~vtkObjectBase() | vtkObjectBase | protectedvirtual |
| ~vtkSVGContextDevice2D() override | vtkSVGContextDevice2D | protected |