g2o
Public Member Functions | Public Attributes | List of all members
g2o::Factory::CreatorInformation Class Reference

#include <factory.h>

Collaboration diagram for g2o::Factory::CreatorInformation:
Collaboration graph
[legend]

Public Member Functions

 CreatorInformation ()
 
 ~CreatorInformation ()
 

Public Attributes

AbstractHyperGraphElementCreatorcreator
 
int elementTypeBit
 

Detailed Description

Definition at line 99 of file factory.h.

Constructor & Destructor Documentation

g2o::Factory::CreatorInformation::CreatorInformation ( )
inline

Definition at line 104 of file factory.h.

105  {
106  creator = 0;
107  elementTypeBit = -1;
108  }
AbstractHyperGraphElementCreator * creator
Definition: factory.h:102
g2o::Factory::CreatorInformation::~CreatorInformation ( )
inline

Definition at line 110 of file factory.h.

111  {
112  std::cout << "Deleting " << (void*) creator << std::endl;
113 
114  delete creator;
115  }
AbstractHyperGraphElementCreator * creator
Definition: factory.h:102

Member Data Documentation

AbstractHyperGraphElementCreator* g2o::Factory::CreatorInformation::creator

Definition at line 102 of file factory.h.

Referenced by g2o::Factory::registerType().

int g2o::Factory::CreatorInformation::elementTypeBit

Definition at line 103 of file factory.h.

Referenced by g2o::Factory::registerType().


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