filter used to generate text annotation for the current project.
More...
#include <vtkEnvironmentAnnotationFilter.h>
Inherits vtkTableAlgorithm.
filter used to generate text annotation for the current project.
vtkEnvironmentAnnotationFilter is designed to help annotate the scene with frequently needed information.
The variables available in the expression evaluation scope are as follows:
- FileName: the name of the file that the user is working on.
- DisplayFileName: Boolean value representing whether the file name is visible.
- DisplayDate: Boolean value representing whether thedate/time is visible.
- DisplaySystemName: Boolean value representing whether the system type is visible.
- DisplayUserName: Boolean value representing whether the username is visible.
Definition at line 38 of file vtkEnvironmentAnnotationFilter.h.
◆ Superclass
◆ vtkEnvironmentAnnotationFilter()
vtkEnvironmentAnnotationFilter::vtkEnvironmentAnnotationFilter |
( |
| ) |
|
|
protected |
◆ ~vtkEnvironmentAnnotationFilter()
vtkEnvironmentAnnotationFilter::~vtkEnvironmentAnnotationFilter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkEnvironmentAnnotationFilter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkEnvironmentAnnotationFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkEnvironmentAnnotationFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkEnvironmentAnnotationFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetFileName()
virtual void vtkEnvironmentAnnotationFilter::SetFileName |
( |
std::string |
| ) |
|
|
virtual |
◆ GetFileName()
virtual std::string vtkEnvironmentAnnotationFilter::GetFileName |
( |
| ) |
|
|
virtual |
◆ SetDisplayUserName()
virtual void vtkEnvironmentAnnotationFilter::SetDisplayUserName |
( |
bool |
| ) |
|
|
virtual |
◆ GetDisplayUserName()
virtual bool vtkEnvironmentAnnotationFilter::GetDisplayUserName |
( |
| ) |
|
|
virtual |
◆ SetDisplaySystemName()
virtual void vtkEnvironmentAnnotationFilter::SetDisplaySystemName |
( |
bool |
| ) |
|
|
virtual |
◆ GetDisplaySystemName()
virtual bool vtkEnvironmentAnnotationFilter::GetDisplaySystemName |
( |
| ) |
|
|
virtual |
◆ SetDisplayFileName()
virtual void vtkEnvironmentAnnotationFilter::SetDisplayFileName |
( |
bool |
| ) |
|
|
virtual |
◆ GetDisplayFileName()
virtual bool vtkEnvironmentAnnotationFilter::GetDisplayFileName |
( |
| ) |
|
|
virtual |
◆ SetDisplayFilePath()
virtual void vtkEnvironmentAnnotationFilter::SetDisplayFilePath |
( |
bool |
| ) |
|
|
virtual |
◆ GetDisplayFilePath()
virtual bool vtkEnvironmentAnnotationFilter::GetDisplayFilePath |
( |
| ) |
|
|
virtual |
◆ SetDisplayDate()
virtual void vtkEnvironmentAnnotationFilter::SetDisplayDate |
( |
bool |
| ) |
|
|
virtual |
◆ GetDisplayDate()
virtual bool vtkEnvironmentAnnotationFilter::GetDisplayDate |
( |
| ) |
|
|
virtual |
◆ FillInputPortInformation()
virtual int vtkEnvironmentAnnotationFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkEnvironmentAnnotationFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ AnnotationValue
std::string vtkEnvironmentAnnotationFilter::AnnotationValue |
|
protected |
◆ FileName
std::string vtkEnvironmentAnnotationFilter::FileName |
|
protected |
The documentation for this class was generated from the following file: