Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkVtkLogoRepresentation.h>
Public Member Functions | |
vtkTypeMacro (mitkVtkLogoRepresentation, vtkLogoRepresentation) | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
virtual void | BuildRepresentation () override |
void | SetCornerPosition (int corner) |
Static Public Member Functions | |
static mitkVtkLogoRepresentation * | New () |
Protected Member Functions | |
mitkVtkLogoRepresentation () | |
~mitkVtkLogoRepresentation () | |
void | AdjustImageSize (double o[2], double borderSize[2], double imageSize[2]) |
Protected Attributes | |
int | cornerPosition |
Definition at line 22 of file mitkVtkLogoRepresentation.h.
|
protected |
Definition at line 157 of file mitkVtkLogoRepresentation.cxx.
|
protected |
Definition at line 161 of file mitkVtkLogoRepresentation.cxx.
|
inlineprotected |
Definition at line 39 of file mitkVtkLogoRepresentation.cxx.
Referenced by BuildRepresentation().
|
overridevirtual |
Definition at line 58 of file mitkVtkLogoRepresentation.cxx.
References AdjustImageSize(), cornerPosition, and itk::Image.
|
static |
|
override |
Definition at line 166 of file mitkVtkLogoRepresentation.cxx.
References itk::Image.
|
inline |
Definition at line 38 of file mitkVtkLogoRepresentation.h.
References cornerPosition.
mitkVtkLogoRepresentation::vtkTypeMacro | ( | mitkVtkLogoRepresentation | , |
vtkLogoRepresentation | |||
) |
|
protected |
Definition at line 46 of file mitkVtkLogoRepresentation.h.
Referenced by BuildRepresentation(), and SetCornerPosition().