Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This is the complete list of members for mitk::TextOverlay3D, including all inherited members.
AddProperty(const std::string &propertyKey, const BaseProperty::Pointer &property, const mitk::BaseRenderer *renderer=nullptr, bool overwrite=false) | mitk::Overlay | |
AddToBaseRenderer(BaseRenderer *renderer) override | mitk::VtkOverlay | virtual |
AddToRenderer(BaseRenderer *renderer, vtkRenderer *vtkrenderer) override | mitk::VtkOverlay | virtual |
Clone() const | mitk::TextOverlay3D | |
ConcatenatePropertyList(PropertyList *pList, bool replace=false) | mitk::Overlay | |
ConstPointer typedef | mitk::VtkOverlay3D | |
GetBoolProperty(const std::string &propertyKey, bool &boolValue, mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetBoundsOnDisplay(BaseRenderer *renderer) const | mitk::Overlay | virtual |
GetClassHierarchy() const override | mitk::VtkOverlay3D | inlinevirtual |
GetClassName() const | mitk::VtkOverlay3D | virtual |
GetColor(float rgb[], mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="color") const | mitk::Overlay | |
GetFloatProperty(const std::string &propertyKey, float &floatValue, mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetFontSize(mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetIntProperty(const std::string &propertyKey, int &intValue, mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetName(std::string &nodeName, mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="name") const | mitk::Overlay | |
GetName() const | mitk::Overlay | virtual |
GetOffsetVector(mitk::BaseRenderer *renderer=NULL) const | mitk::VtkOverlay3D | |
GetOpacity(float &opacity, mitk::BaseRenderer *renderer, const std::string &propertyKey="opacity") const | mitk::Overlay | |
GetPosition3D(mitk::BaseRenderer *renderer=NULL) const | mitk::VtkOverlay3D | |
GetProperty(const std::string &propertyKey, const mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetProperty(itk::SmartPointer< T > &property, const std::string &propertyKey, const mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | inline |
GetProperty(T *&property, const std::string &propertyKey, const mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | inline |
GetPropertyList(const mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetPropertyValue(const std::string &propertyKey, T &value, mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | inline |
GetStaticNameOfClass() | mitk::VtkOverlay3D | inlinestatic |
GetStringProperty(const std::string &propertyKey, std::string &string, mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetText(mitk::BaseRenderer *renderer=nullptr) const | mitk::Overlay | |
GetVisibility(bool &visible, mitk::BaseRenderer *renderer, const std::string &propertyKey="visible") const | mitk::Overlay | |
GetVtkProp(BaseRenderer *renderer) const override | mitk::TextOverlay3D | protectedvirtual |
IsForceInForeground() const | mitk::Overlay | |
IsOn(const std::string &propertyKey, mitk::BaseRenderer *renderer, bool defaultIsOn=true) const | mitk::Overlay | inline |
IsVisible(mitk::BaseRenderer *renderer, const std::string &propertyKey="visible", bool defaultIsOn=true) const | mitk::Overlay | |
m_DataReferenceChangedTime | mitk::Overlay | protected |
m_LSH | mitk::TextOverlay3D | mutableprotected |
m_MapOfPropertyLists | mitk::Overlay | mutableprotected |
m_PropertyList | mitk::Overlay | protected |
MapOfPropertyLists typedef | mitk::Overlay | |
mitkClassMacro(TextOverlay3D, mitk::VtkOverlay3D) | mitk::TextOverlay3D | |
New() | mitk::TextOverlay3D | static |
Overlay() | mitk::Overlay | protected |
Paint(BaseRenderer *renderer) | mitk::VtkOverlay | |
Pointer typedef | mitk::VtkOverlay3D | |
RemoveFromBaseRenderer(BaseRenderer *renderer) override | mitk::VtkOverlay | virtual |
RemoveFromRenderer(BaseRenderer *renderer, vtkRenderer *vtkrenderer) override | mitk::VtkOverlay | virtual |
ReplaceProperty(const std::string &propertyKey, const BaseProperty::Pointer &property, const mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
Self typedef | mitk::VtkOverlay3D | |
SetBoolProperty(const std::string &propertyKey, bool boolValue, mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetBoundsOnDisplay(BaseRenderer *renderer, const Bounds &) | mitk::Overlay | virtual |
SetColor(const mitk::Color &color, mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="color") | mitk::Overlay | |
SetColor(float red, float green, float blue, mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="color") | mitk::Overlay | |
SetColor(const float rgb[], mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="color") | mitk::Overlay | |
SetFloatProperty(const std::string &propertyKey, float floatValue, mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetFontSize(int fontSize, mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetForceInForeground(bool forceForeground) | mitk::Overlay | |
SetIntProperty(const std::string &propertyKey, int intValue, mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetName(const std::string &name) | mitk::Overlay | virtual |
SetOffsetVector(const Point3D &OffsetVector, mitk::BaseRenderer *renderer=NULL) | mitk::VtkOverlay3D | |
SetOpacity(float opacity, mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="opacity") | mitk::Overlay | |
SetPosition3D(const Point3D &position3D, mitk::BaseRenderer *renderer=NULL) | mitk::VtkOverlay3D | |
SetProperty(const std::string &propertyKey, const BaseProperty::Pointer &property, const mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetStringProperty(const std::string &propertyKey, const std::string &string, mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetText(std::string text, mitk::BaseRenderer *renderer=nullptr) | mitk::Overlay | |
SetVisibility(bool visible, mitk::BaseRenderer *renderer=nullptr, const std::string &propertyKey="visible") | mitk::Overlay | |
Superclass typedef | mitk::VtkOverlay3D | |
TextOverlay3D() | mitk::TextOverlay3D | explicitprotected |
Update(BaseRenderer *renderer) override | mitk::VtkOverlay | virtual |
UpdateVtkOverlay(mitk::BaseRenderer *renderer) override | mitk::TextOverlay3D | protectedvirtual |
VtkOverlay() | mitk::VtkOverlay | explicitprotected |
VtkOverlay3D() | mitk::VtkOverlay3D | explicitprotected |
~Overlay() | mitk::Overlay | protectedvirtual |
~TextOverlay3D() | mitk::TextOverlay3D | protectedvirtual |
~VtkOverlay() | mitk::VtkOverlay | protectedvirtual |
~VtkOverlay3D() | mitk::VtkOverlay3D | protectedvirtual |