VTK
|
This is the complete list of members for vtkOpenGLContextDevice2D, including all inherited members.
AddEllipseToPath(vtkPath *path, float x, float y, float rx, float ry, bool reverse) | vtkOpenGLContextDevice2D | 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 |
ApplyBrush(vtkBrush *brush) | vtkContextDevice2D | virtual |
ApplyPen(vtkPen *pen) | vtkContextDevice2D | virtual |
ApplyTextProp(vtkTextProperty *prop) | vtkContextDevice2D | virtual |
Begin(vtkViewport *viewport) override | vtkOpenGLContextDevice2D | virtual |
BreakOnError() | vtkObject | static |
Brush | vtkContextDevice2D | protected |
BufferId | vtkContextDevice2D | protected |
BufferIdModeBegin(vtkAbstractContextBufferId *bufferId) override | vtkOpenGLContextDevice2D | virtual |
BufferIdModeEnd() override | vtkOpenGLContextDevice2D | virtual |
BuildVBO(vtkOpenGLHelper *cbo, float *v, int nv, unsigned char *coolors, int nc, float *tcoords) | vtkOpenGLContextDevice2D | protected |
CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
ComputeJustifiedStringBounds(const char *string, float bounds[4]) override | vtkOpenGLContextDevice2D | virtual |
ComputeStringBounds(const vtkStdString &string, float bounds[4]) override | vtkOpenGLContextDevice2D | virtual |
ComputeStringBounds(const vtkUnicodeString &string, float bounds[4]) override | vtkOpenGLContextDevice2D | virtual |
CoreDrawTriangles(std::vector< float > &tverts, unsigned char *colors=nullptr, int numComp=0) | vtkOpenGLContextDevice2D | protected |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
DisableClipping() | vtkContextDevice2D | inlinevirtual |
DrawCircleGL2PS(float x, float y, float rX, float rY) | vtkOpenGLContextDevice2D | protected |
DrawCircleMarkersGL2PS(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkOpenGLContextDevice2D | protected |
DrawColoredPolygon(float *points, int numPoints, unsigned char *colors=nullptr, int nc_comps=0) override | vtkOpenGLContextDevice2D | virtual |
DrawCrossMarkersGL2PS(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkOpenGLContextDevice2D | protected |
DrawDiamondMarkersGL2PS(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkOpenGLContextDevice2D | protected |
DrawEllipseWedge(float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle) override | vtkOpenGLContextDevice2D | virtual |
DrawEllipticArc(float x, float y, float rX, float rY, float startAngle, float stopAngle) override | vtkOpenGLContextDevice2D | virtual |
DrawImage(float p[2], float scale, vtkImageData *image) override | vtkOpenGLContextDevice2D | virtual |
DrawImage(const vtkRectf &pos, vtkImageData *image) override | vtkOpenGLContextDevice2D | virtual |
DrawImageGL2PS(float p[2], vtkImageData *image) | vtkOpenGLContextDevice2D | protected |
DrawImageGL2PS(float p[2], float scale, vtkImageData *image) | vtkOpenGLContextDevice2D | protected |
DrawImageGL2PS(const vtkRectf &rect, vtkImageData *image) | vtkOpenGLContextDevice2D | protected |
DrawLines(float *f, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkOpenGLContextDevice2D | virtual |
DrawMarkers(int shape, bool highlight, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkOpenGLContextDevice2D | virtual |
DrawMarkersGL2PS(int shape, bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkOpenGLContextDevice2D | protected |
DrawMathTextString(float point[2], const vtkStdString &string) override | vtkOpenGLContextDevice2D | |
vtkContextDevice2D::DrawMathTextString(float *point, const vtkStdString &string)=0 | vtkContextDevice2D | pure virtual |
DrawPlusMarkersGL2PS(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkOpenGLContextDevice2D | protected |
DrawPoints(float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkOpenGLContextDevice2D | virtual |
DrawPointSprites(vtkImageData *sprite, float *points, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkOpenGLContextDevice2D | virtual |
DrawPoly(float *f, int n, unsigned char *colors=nullptr, int nc_comps=0) override | vtkOpenGLContextDevice2D | virtual |
DrawPolyData(float p[2], float scale, vtkPolyData *polyData, vtkUnsignedCharArray *colors, int scalarMode) override | vtkOpenGLContextDevice2D | virtual |
DrawPolygon(float *, int) override | vtkOpenGLContextDevice2D | virtual |
DrawQuad(float *points, int n) override | vtkOpenGLContextDevice2D | virtual |
DrawQuadStrip(float *points, int n) override | vtkOpenGLContextDevice2D | virtual |
DrawSquareMarkersGL2PS(bool highlight, float *points, int n, unsigned char *colors, int nc_comps) | vtkOpenGLContextDevice2D | protected |
DrawString(float *point, const vtkStdString &string) override | vtkOpenGLContextDevice2D | virtual |
DrawString(float *point, const vtkUnicodeString &string) override | vtkOpenGLContextDevice2D | virtual |
DrawWedgeGL2PS(float x, float y, float outRx, float outRy, float inRx, float inRy) | vtkOpenGLContextDevice2D | protected |
EnableClipping(bool enable) override | vtkOpenGLContextDevice2D | virtual |
End() override | vtkOpenGLContextDevice2D | virtual |
FastDelete() | vtkObjectBase | virtual |
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 | vtkOpenGLContextDevice2D | virtual |
GetMaximumMarkerCacheSize() | vtkOpenGLContextDevice2D | virtual |
GetModelMatrix() | vtkOpenGLContextDevice2D | |
GetMTime() | vtkObject | virtual |
GetNumberOfArcIterations(float rX, float rY, float startAngle, float stopAngle) | vtkOpenGLContextDevice2D | protected |
GetPen() | vtkContextDevice2D | virtual |
GetProjectionMatrix() | vtkOpenGLContextDevice2D | |
GetReferenceCount() | vtkObjectBase | inline |
GetRenderWindow() | vtkOpenGLContextDevice2D | virtual |
GetTextProp() | vtkContextDevice2D | virtual |
GetViewportRect() | vtkContextDevice2D | virtual |
GetViewportSize() | vtkContextDevice2D | virtual |
GetWidth() | vtkContextDevice2D | inlinevirtual |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
HasGLSL() | vtkOpenGLContextDevice2D | |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
InitializeObjectBase() | vtkObjectBase | |
InRender | vtkOpenGLContextDevice2D | protected |
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) | vtkOpenGLContextDevice2D | virtual |
IsTypeOf(const char *type) | vtkOpenGLContextDevice2D | static |
Linear enum value | vtkContextDevice2D | |
LinePattern | vtkOpenGLContextDevice2D | protected |
LinesBO | vtkOpenGLContextDevice2D | protected |
LinesCBO | vtkOpenGLContextDevice2D | protected |
MathTextIsSupported() | vtkContextDevice2D | virtual |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
MultiplyMatrix(vtkMatrix3x3 *m) override | vtkOpenGLContextDevice2D | virtual |
Nearest enum value | vtkContextDevice2D | |
New() | vtkOpenGLContextDevice2D | static |
NewInstance() const | vtkOpenGLContextDevice2D | |
NewInstanceInternal() const | vtkOpenGLContextDevice2D | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Pen | vtkContextDevice2D | protected |
PolyDataImpl | vtkOpenGLContextDevice2D | protected |
PopMatrix() override | vtkOpenGLContextDevice2D | virtual |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintRevisions(ostream &) | vtkObjectBase | inline |
PrintSelf(ostream &os, vtkIndent indent) override | vtkOpenGLContextDevice2D | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PushMatrix() override | vtkOpenGLContextDevice2D | virtual |
ReadyLinesBOProgram() | vtkOpenGLContextDevice2D | protected |
ReadyLinesCBOProgram() | vtkOpenGLContextDevice2D | protected |
ReadySBOProgram() | vtkOpenGLContextDevice2D | protected |
ReadySCBOProgram() | vtkOpenGLContextDevice2D | protected |
ReadyVBOProgram() | vtkOpenGLContextDevice2D | protected |
ReadyVCBOProgram() | vtkOpenGLContextDevice2D | protected |
ReadyVTBOProgram() | vtkOpenGLContextDevice2D | protected |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
ReleaseGraphicsResources(vtkWindow *window) | vtkOpenGLContextDevice2D | virtual |
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 | vtkOpenGLContextDevice2D | protected |
RenderWindow | vtkOpenGLContextDevice2D | protected |
Repeat enum value | vtkContextDevice2D | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
SafeDownCast(vtkObjectBase *o) | vtkOpenGLContextDevice2D | static |
SBO | vtkOpenGLContextDevice2D | protected |
SCBO | vtkOpenGLContextDevice2D | protected |
SetClipping(int *x) override | vtkOpenGLContextDevice2D | virtual |
SetColor(unsigned char color[3]) | vtkOpenGLContextDevice2D | virtual |
SetColor4(unsigned char color[4]) override | vtkOpenGLContextDevice2D | virtual |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetLineType(int type) override | vtkOpenGLContextDevice2D | virtual |
SetLineWidth(float width) override | vtkOpenGLContextDevice2D | virtual |
SetMatrices(vtkShaderProgram *prog) | vtkOpenGLContextDevice2D | protected |
SetMatrix(vtkMatrix3x3 *m) override | vtkOpenGLContextDevice2D | virtual |
SetMaximumMarkerCacheSize(int) | vtkOpenGLContextDevice2D | virtual |
SetPointSize(float size) override | vtkOpenGLContextDevice2D | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SetStringRendererToFreeType() | vtkOpenGLContextDevice2D | |
SetStringRendererToQt() | vtkOpenGLContextDevice2D | |
SetTexture(vtkImageData *image, int properties=0) override | vtkOpenGLContextDevice2D | virtual |
SetViewportRect(const vtkRecti &rect) | vtkContextDevice2D | inlinevirtual |
SetViewportSize(const vtkVector2i &size) | vtkContextDevice2D | inlinevirtual |
Storage | vtkOpenGLContextDevice2D | protected |
Stretch enum value | vtkContextDevice2D | |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkOpenGLContextDevice2D | |
TextProp | vtkContextDevice2D | protected |
TextureProperty enum name | vtkContextDevice2D | |
TransformPath(vtkPath *path) const | vtkOpenGLContextDevice2D | protected |
TransformPoint(float &x, float &y) const | vtkOpenGLContextDevice2D | protected |
TransformSize(float &dx, float &dy) const | vtkOpenGLContextDevice2D | protected |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
VBO | vtkOpenGLContextDevice2D | protected |
VCBO | vtkOpenGLContextDevice2D | protected |
ViewportRect | vtkContextDevice2D | protected |
ViewportSize | vtkContextDevice2D | protected |
VTBO | vtkOpenGLContextDevice2D | protected |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkContextDevice2D() | vtkContextDevice2D | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkOpenGLContextDevice2D() | vtkOpenGLContextDevice2D | protected |
WeakPointers | vtkObjectBase | protected |
~vtkContextDevice2D() override | vtkContextDevice2D | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkOpenGLContextDevice2D() override | vtkOpenGLContextDevice2D | protected |