vtkPersonInformation - specify name and other information to identify a person.
More...
#include <Libs/vtkAddon/vtkPersonInformation.h>
|
std::map< std::string, std::string > | Data |
|
vtkPersonInformation - specify name and other information to identify a person.
Definition at line 24 of file vtkPersonInformation.h.
◆ Superclass
◆ vtkPersonInformation()
vtkPersonInformation::vtkPersonInformation |
( |
| ) |
|
|
protected |
◆ ~vtkPersonInformation()
vtkPersonInformation::~vtkPersonInformation |
( |
| ) |
|
|
protected |
◆ DecodeString()
std::string vtkPersonInformation::DecodeString |
( |
const std::string & |
value | ) |
|
|
protected |
◆ DeepCopy()
◆ EncodeString()
std::string vtkPersonInformation::EncodeString |
( |
const std::string & |
value | ) |
|
|
protected |
◆ GetAsString()
virtual std::string vtkPersonInformation::GetAsString |
( |
| ) |
|
|
virtual |
◆ GetClassName()
virtual const char* vtkPersonInformation::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetCustomString()
virtual std::string vtkPersonInformation::GetCustomString |
( |
const std::string & |
key | ) |
|
|
virtual |
◆ GetEmail()
virtual std::string vtkPersonInformation::GetEmail |
( |
| ) |
|
|
virtual |
◆ GetKeys()
virtual void vtkPersonInformation::GetKeys |
( |
vtkStringArray * |
keys | ) |
|
|
virtual |
◆ GetLogin()
virtual std::string vtkPersonInformation::GetLogin |
( |
| ) |
|
|
virtual |
◆ GetName()
virtual std::string vtkPersonInformation::GetName |
( |
| ) |
|
|
virtual |
◆ GetOrganization()
virtual std::string vtkPersonInformation::GetOrganization |
( |
| ) |
|
|
virtual |
◆ GetOrganizationRole()
virtual std::string vtkPersonInformation::GetOrganizationRole |
( |
| ) |
|
|
virtual |
◆ GetProcedureRole()
virtual std::string vtkPersonInformation::GetProcedureRole |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkPersonInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsEmailValid()
virtual bool vtkPersonInformation::IsEmailValid |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPersonInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ KeyEmail()
static const char* vtkPersonInformation::KeyEmail |
( |
| ) |
|
|
inlinestatic |
◆ KeyLogin()
static const char* vtkPersonInformation::KeyLogin |
( |
| ) |
|
|
inlinestatic |
◆ KeyName()
static const char* vtkPersonInformation::KeyName |
( |
| ) |
|
|
inlinestatic |
◆ KeyOrganization()
static const char* vtkPersonInformation::KeyOrganization |
( |
| ) |
|
|
inlinestatic |
◆ KeyOrganizationRole()
static const char* vtkPersonInformation::KeyOrganizationRole |
( |
| ) |
|
|
inlinestatic |
◆ KeyProcedureRole()
static const char* vtkPersonInformation::KeyProcedureRole |
( |
| ) |
|
|
inlinestatic |
◆ New()
◆ PrintSelf()
virtual void vtkPersonInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ SafeDownCast()
◆ SetCustomString()
virtual void vtkPersonInformation::SetCustomString |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
virtual |
◆ SetEmail()
virtual bool vtkPersonInformation::SetEmail |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ SetFromString()
virtual bool vtkPersonInformation::SetFromString |
( |
const std::string & |
data | ) |
|
|
virtual |
◆ SetLogin()
virtual bool vtkPersonInformation::SetLogin |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ SetName()
virtual bool vtkPersonInformation::SetName |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ SetOrganization()
virtual bool vtkPersonInformation::SetOrganization |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ SetOrganizationRole()
virtual bool vtkPersonInformation::SetOrganizationRole |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ SetProcedureRole()
virtual bool vtkPersonInformation::SetProcedureRole |
( |
const std::string & |
value | ) |
|
|
virtual |
◆ Data
std::map<std::string, std::string> vtkPersonInformation::Data |
|
protected |
The documentation for this class was generated from the following file: