VTK
|
This is the complete list of members for vtkPDFContextDevice2D, 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 |
ApplyBrush(vtkBrush *brush) | vtkContextDevice2D | virtual |
ApplyBrushState() | vtkPDFContextDevice2D | protected |
ApplyFillAlpha(unsigned char alpha) | vtkPDFContextDevice2D | protected |
ApplyFillColor(unsigned char *color, int numComps) | vtkPDFContextDevice2D | protected |
ApplyLineType(int type) | vtkPDFContextDevice2D | protected |
ApplyLineWidth(float width) | vtkPDFContextDevice2D | protected |
ApplyPen(vtkPen *pen) | vtkContextDevice2D | virtual |
ApplyPenState() | vtkPDFContextDevice2D | protected |
ApplyPenStateAsFill() | vtkPDFContextDevice2D | protected |
ApplyStrokeColor(unsigned char *color, int numComps) | vtkPDFContextDevice2D | protected |
ApplyTextProp(vtkTextProperty *prop) | vtkContextDevice2D | virtual |
ApplyTextPropertyState() | vtkPDFContextDevice2D | protected |
ApplyTransform() | vtkPDFContextDevice2D | protected |
Begin(vtkViewport *) | vtkContextDevice2D | inlinevirtual |
BeginClipPathForTexture() | vtkPDFContextDevice2D | protected |
BreakOnError() | vtkObject | static |
Brush | vtkContextDevice2D | protected |
BufferId | vtkContextDevice2D | protected |
BufferIdModeBegin(vtkAbstractContextBufferId *bufferId) | vtkContextDevice2D | virtual |
BufferIdModeEnd() | vtkContextDevice2D | virtual |
ClipBox | vtkPDFContextDevice2D | protected |
CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
ComputeJustifiedStringBounds(const char *string, float bounds[4]) override | vtkPDFContextDevice2D | virtual |
ComputeStringBounds(const vtkStdString &string, float bounds[4]) override | vtkPDFContextDevice2D | virtual |
ComputeStringBounds(const vtkUnicodeString &string, float bounds[4]) override | vtkPDFContextDevice2D | virtual |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
DisableClipping() | vtkContextDevice2D | inlinevirtual |
DrawCircleMarkers(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkPDFContextDevice2D | protected |
DrawColoredPolygon(float *points, int numPoints, unsigned char *colors=nullptr, int nc_comps=0) override | vtkPDFContextDevice2D | virtual |
DrawCrossMarkers(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkPDFContextDevice2D | protected |
DrawDiamondMarkers(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkPDFContextDevice2D | protected |
DrawEllipseWedge(float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle) override | vtkPDFContextDevice2D | virtual |
DrawEllipticArc(float x, float y, float rX, float rY, float startAngle, float stopAngle) override | vtkPDFContextDevice2D | virtual |
DrawEllipticArcSegments(float x, float y, float rX, float rY, float startAngle, float stopAngle, bool startPath) | vtkPDFContextDevice2D | protected |
DrawImage(float p[2], float scale, vtkImageData *image) override | vtkPDFContextDevice2D | virtual |
DrawImage(const vtkRectf &pos, vtkImageData *image) override | vtkPDFContextDevice2D | virtual |
DrawLines(float *f, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkPDFContextDevice2D | virtual |
DrawMarkers(int shape, bool highlight, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkPDFContextDevice2D | virtual |
DrawMathTextString(float *point, const vtkStdString &str) override | vtkPDFContextDevice2D | virtual |
DrawPath(vtkPath *path, float x, float y) | vtkPDFContextDevice2D | protected |
DrawPlusMarkers(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkPDFContextDevice2D | protected |
DrawPoints(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkPDFContextDevice2D | virtual |
DrawPointSprites(vtkImageData *sprite, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkPDFContextDevice2D | virtual |
DrawPoly(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkPDFContextDevice2D | virtual |
DrawPolyData(float p[2], float scale, vtkPolyData *polyData, vtkUnsignedCharArray *colors, int scalarMode) override | vtkPDFContextDevice2D | virtual |
DrawPolygon(float *, int) override | vtkPDFContextDevice2D | virtual |
DrawQuad(float *, int) override | vtkPDFContextDevice2D | virtual |
DrawQuadStrip(float *, int) override | vtkPDFContextDevice2D | virtual |
DrawSquareMarkers(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkPDFContextDevice2D | protected |
DrawString(float *point, const vtkStdString &string) override | vtkPDFContextDevice2D | virtual |
DrawString(float *point, const vtkUnicodeString &string) override | vtkPDFContextDevice2D | virtual |
EnableClipping(bool enable) override | vtkPDFContextDevice2D | virtual |
End() | vtkContextDevice2D | inlinevirtual |
FastDelete() | vtkObjectBase | virtual |
Fill(bool stroke=false) | vtkPDFContextDevice2D | protected |
FillEvenOdd(bool stroke=false) | vtkPDFContextDevice2D | protected |
FillTexture() | vtkPDFContextDevice2D | protected |
Geometry | vtkContextDevice2D | protected |
GetBrush() | vtkContextDevice2D | virtual |
GetBufferIdMode() const | vtkContextDevice2D | virtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetDebug() | vtkObject | |
GetGlobalWarningDisplay() | vtkObject | static |
GetHeight() | vtkContextDevice2D | inlinevirtual |
GetMatrix(vtkMatrix3x3 *m) override | vtkPDFContextDevice2D | virtual |
GetMTime() | vtkObject | virtual |
GetNumberOfArcIterations(float rX, float rY, float startAngle, float stopAngle) | vtkPDFContextDevice2D | protected |
GetPen() | vtkContextDevice2D | virtual |
GetReferenceCount() | vtkObjectBase | inline |
GetTextProp() | vtkContextDevice2D | virtual |
GetUnscaledPenWidth() | vtkPDFContextDevice2D | protected |
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 | |
HPDFTransformToMatrix3(float a, float b, float c, float d, float x, float y, double mat3[9]) | vtkPDFContextDevice2D | protectedstatic |
Impl | vtkPDFContextDevice2D | 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) | vtkPDFContextDevice2D | virtual |
IsInTexturedFill | vtkPDFContextDevice2D | protected |
IsTypeOf(const char *type) | vtkPDFContextDevice2D | static |
Linear enum value | vtkContextDevice2D | |
MathTextIsSupported() | vtkContextDevice2D | virtual |
Matrix | vtkPDFContextDevice2D | protected |
Matrix3ToHPDFTransform(const double mat4[9], float hpdfMat[6]) | vtkPDFContextDevice2D | protectedstatic |
Matrix3ToMatrix4(vtkMatrix3x3 *mat3, double mat4[16]) | vtkPDFContextDevice2D | protectedstatic |
Matrix4ToHPDFTransform(const double mat4[16], float hpdfMat[6]) | vtkPDFContextDevice2D | protectedstatic |
Matrix4ToMatrix3(double mat4[16], vtkMatrix3x3 *mat3) | vtkPDFContextDevice2D | protectedstatic |
Matrix4ToMatrix3(double mat4[16], double mat3[9]) | vtkPDFContextDevice2D | protectedstatic |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
MultiplyMatrix(vtkMatrix3x3 *m) override | vtkPDFContextDevice2D | virtual |
Nearest enum value | vtkContextDevice2D | |
New() | vtkPDFContextDevice2D | static |
NewInstance() const | vtkPDFContextDevice2D | |
NewInstanceInternal() const | vtkPDFContextDevice2D | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Pen | vtkContextDevice2D | protected |
PointSize | vtkPDFContextDevice2D | protected |
PopGraphicsState() | vtkPDFContextDevice2D | protected |
PopMatrix() override | vtkPDFContextDevice2D | virtual |
PrepareImageData(vtkImageData *in) | vtkPDFContextDevice2D | protected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintRevisions(ostream &) | vtkObjectBase | inline |
PrintSelf(ostream &os, vtkIndent indent) override | vtkPDFContextDevice2D | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PushGraphicsState() | vtkPDFContextDevice2D | protected |
PushMatrix() override | vtkPDFContextDevice2D | virtual |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
RegisterTexturePoints(float *data, int numPoints) | vtkPDFContextDevice2D | protected |
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 | |
Renderer | vtkPDFContextDevice2D | protected |
Repeat enum value | vtkContextDevice2D | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
SafeDownCast(vtkObjectBase *o) | vtkPDFContextDevice2D | static |
SetClipping(int *x) override | vtkPDFContextDevice2D | virtual |
SetColor4(unsigned char color[4]) override | vtkPDFContextDevice2D | virtual |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetHaruObjects(void *doc, void *page) | vtkPDFContextDevice2D | |
SetLineType(int type) override | vtkPDFContextDevice2D | virtual |
SetLineWidth(float width) override | vtkPDFContextDevice2D | virtual |
SetMatrix(vtkMatrix3x3 *m) override | vtkPDFContextDevice2D | virtual |
SetPointSize(float size) override | vtkPDFContextDevice2D | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SetRenderer(vtkRenderer *) | vtkPDFContextDevice2D | |
SetTexture(vtkImageData *image, int properties) override | vtkPDFContextDevice2D | virtual |
SetViewportRect(const vtkRecti &rect) | vtkContextDevice2D | inlinevirtual |
SetViewportSize(const vtkVector2i &size) | vtkContextDevice2D | inlinevirtual |
Stretch enum value | vtkContextDevice2D | |
Stroke() | vtkPDFContextDevice2D | protected |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkPDFContextDevice2D | |
TextProp | vtkContextDevice2D | protected |
TextureBounds | vtkPDFContextDevice2D | protected |
TextureProperty enum name | vtkContextDevice2D | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
ViewportRect | vtkContextDevice2D | protected |
ViewportSize | vtkContextDevice2D | protected |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkContextDevice2D() | vtkContextDevice2D | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkPDFContextDevice2D() | vtkPDFContextDevice2D | protected |
WeakPointers | vtkObjectBase | protected |
~vtkContextDevice2D() override | vtkContextDevice2D | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkPDFContextDevice2D() override | vtkPDFContextDevice2D | protected |