Overview     Modules     Class Hierarchy     Classes     Members  
ComputePropertyTemplate< PropertyType > Struct Template Reference

#include <ThreadedComputeProperty.h>

Inheritance diagram for ComputePropertyTemplate< PropertyType >:
Collaboration diagram for ComputePropertyTemplate< PropertyType >:

List of all members.

Public Member Functions

 ComputePropertyTemplate (tlp::Graph *graph, std::string name, PropertyType *result, std::string &errorMsg, tlp::PluginProgress *progress, tlp::DataSet *dataset)
virtual bool run ()
- Public Member Functions inherited from AbstractComputeProperty
 AbstractComputeProperty (tlp::Graph *graph, std::string name, std::string &errorMsg, tlp::PluginProgress *progress, tlp::DataSet *dataset)

Additional Inherited Members

- Protected Attributes inherited from AbstractComputeProperty
tlp::Graph * _graph
std::string _name
std::string & _errorMsg
tlp::PluginProgress * _progress
tlp::DataSet * _dataset

Constructor & Destructor Documentation

template<typename PropertyType >
ComputePropertyTemplate< PropertyType >::ComputePropertyTemplate ( tlp::Graph *  graph,
std::string  name,
PropertyType *  result,
std::string &  errorMsg,
tlp::PluginProgress *  progress,
tlp::DataSet *  dataset 
)
inline

Member Function Documentation

template<typename PropertyType >
virtual bool ComputePropertyTemplate< PropertyType >::run ( )
inlinevirtual


Tulip Software by LaBRI Visualization Team    2001 - 2012