ParCompMark::Name Class Reference

#include <PCMName.h>

Inheritance diagram for ParCompMark::Name:

Inheritance graph
[legend]
List of all members.

Detailed Description

This is a dummy class for inheritance.

Contain grid data.

Definition at line 54 of file PCMName.h.


Public Member Functions

Constructors & destructor
 Name ()
 Default constructor.
 Name (const std::string &name)
 Default constructor.
virtual ~Name ()
 The destructor.
Getters & setters
const std::string & getName () const
 Getter of mName.
void setName (const std::string &name)
 Setter of mName.

Protected Attributes

Variables
std::string mName
 Name.

Constructor & Destructor Documentation

ParCompMark::Name::Name (  ) 

Default constructor.

Definition at line 38 of file PCMName.cpp.

References mName.

ParCompMark::Name::Name ( const std::string &  name  ) 

Default constructor.

Parameters:
[in] name Name of Name:)

Definition at line 49 of file PCMName.cpp.

References mName.

ParCompMark::Name::~Name (  )  [virtual]

The destructor.

This class has virtual destructor.

Definition at line 60 of file PCMName.cpp.


Member Function Documentation

void ParCompMark::Name::setName ( const std::string &  name  )  [inline]

Setter of mName.

Sets value of mName.

Parameters:
[in] name The value of mName

Definition at line 178 of file PCMName.h.


Member Data Documentation

std::string ParCompMark::Name::mName [protected]

Name.

Remarks:
This is own attribute of this class.

Definition at line 78 of file PCMName.h.

Referenced by ParCompMark::Plugin::_getErrorMsg(), ParCompMark::Plugin::_getNeededLibs(), ParCompMark::RendererPlugin::_getNeededOpenGLExts(), ParCompMark::RendererPlugin::_initFastFunctions(), ParCompMark::Plugin::_onLoad(), ParCompMark::Plugin::_onUnload(), ParCompMark::RendererPlugin::_setBufferGetter(), ParCompMark::Plugin::_setLoggerFunction(), ParCompMark::Plugin::_setPluginHandle(), ParCompMark::RendererPlugin::createRenderer(), ParCompMark::RendererPlugin::destroyRenderer(), ParCompMark::SqVM::finalize(), ParCompMark::Plugin::finalize(), ParCompMark::Node::finalize(), ParCompMark::SqVM::initialize(), ParCompMark::Plugin::initialize(), ParCompMark::Node::initialize(), ParCompMark::Process::initProcess(), Name(), ParCompMark::Node::Node(), ParCompMark::Process::openRenderWindow(), ParCompMark::Plugin::Plugin(), ParCompMark::Process::Process(), ParCompMark::OutputNode::serialize2XML(), ParCompMark::SqVM::SqVM(), ParCompMark::Process::task(), ParCompMarkTest::TestName::test_constructor(), ParCompMarkTest::TestOutputNode::test_constructor_cstd__string(), ParCompMarkTest::TestName::test_constructor_cstd__string(), ParCompMarkTest::TestOutputNode::test_constructor_cstd__string_cNodeType(), ParCompMark::Process::threadFinalize(), ParCompMark::Process::threadInitialize(), ParCompMark::Node::~Node(), ParCompMark::Plugin::~Plugin(), ParCompMark::Process::~Process(), and ParCompMark::SqVM::~SqVM().


The documentation for this class was generated from the following files: