Namespaces | |
namespace | bindings |
namespace | conop |
namespace | db |
namespace | dng_startup |
namespace | geom |
namespace | gfx |
namespace | gui |
namespace | img |
namespace | info |
namespace | io |
namespace | mol |
namespace | ost_startup |
namespace | seq |
namespace | settings |
namespace | stutil |
namespace | table |
namespace | table_selector |
namespace | testutils |
namespace | xmlrunner |
Data Structures | |
struct | PairToTupleConverter |
helper to convert between python tuple and std::pair More... | |
struct | VectorToListConverter |
helper to convert between python list tuple and std::vecot More... | |
class | FixedString |
string class that uses an array of static size to hold the characters More... | |
struct | GenericPropError |
class | GenericPropContainerImpl |
base class for the implementation More... | |
class | ConstGenericPropContainer |
class | GenericPropContainer |
base class for the handler classes More... | |
class | IntegrityError |
class | InvalidHandle |
Signals access of member functions of invalid handles. More... | |
class | Logger |
class | LogSink |
class | StreamLogSink |
class | StringLogSink |
class | FileLogSink |
class | MultiLogSink |
class | Error |
class | PodVector |
vector container that treats its data as POD - even if it isn't in the strict sense. More... | |
class | Profile |
struct | Range |
class | StringRef |
convenient datatype for referencing character data More... | |
class | TriMatrix |
triangular matrix template More... | |
struct | Units |
Typedefs | |
typedef boost::variant< String, Real, int, bool, geom::Vec3 > | GenericPropValue |
typedef std::stack< LogSinkPtr > | LogSinkStack |
typedef boost::shared_ptr < LogSink > | LogSinkPtr |
typedef boost::shared_ptr < StringLogSink > | StringLogSinkPtr |
typedef boost::shared_ptr < FileLogSink > | FileLogSinkPtr |
typedef boost::shared_ptr < MultiLogSink > | MultiLogSinkPtr |
Functions | |
template<typename T , typename F > | |
boost::shared_ptr< T > | dyn_cast (F f) |
template<typename H > | |
void | CheckHandleValidity (const H &handle) |
void DLLIMPORT | SetPrefixPath (const String &prefix) |
String DLLIMPORT | GetPrefixPath () |
String DLLIMPORT | GetSharedDataPath () |
DLLIMPORT std::ostream & | operator<< (std::ostream &stream, const StringRef &strref) |
bool DLLIMPORT | compare_files (const String &test, const String &gold_standard) |
Variables | |
list | __all__ = ['CharList','Correl', 'FileLogSink', 'FloatList', 'FloatMatrix', 'FloatMatrix3', 'FloatMatrix4', 'GetCurrentLogSink', 'GetPrefixPath', 'GetSharedDataPath', 'GetVerbosityLevel', 'Histogram', 'IntList', 'LogDebug', 'LogError', 'LogInfo', 'LogScript', 'LogSink', 'LogTrace', 'LogVerbose', 'LogWarning', 'Max', 'Mean', 'Median', 'Min', 'MultiLogSink', 'PopLogSink', 'PopVerbosityLevel', 'PushLogSink', 'PushVerbosityLevel', 'Range', 'SetPrefixPath', 'StdDev', 'StreamLogSink', 'StringList', 'StringLogSink', 'Units', 'VERSION', 'VERSION_MAJOR', 'VERSION_MINOR', 'VERSION_PATCH', 'WITH_NUMPY', 'conop', 'geom', 'io', 'mol', 'seq', 'stutil' ,'gui','gfx','img','info'] |
This KernelFactory creates kernels for the reference implementation of the Density plugin.
typedef boost::shared_ptr<FileLogSink> FileLogSinkPtr |
Definition at line 89 of file log_sink.hh.
typedef boost::variant<String, Real, int, bool, geom::Vec3> GenericPropValue |
Definition at line 50 of file generic_property.hh.
typedef boost::shared_ptr<LogSink> LogSinkPtr |
Definition at line 42 of file log_sink.hh.
typedef std::stack<LogSinkPtr> LogSinkStack |
typedef boost::shared_ptr<MultiLogSink> MultiLogSinkPtr |
Definition at line 102 of file log_sink.hh.
typedef boost::shared_ptr<StringLogSink> StringLogSinkPtr |
Definition at line 70 of file log_sink.hh.
void ost::CheckHandleValidity | ( | const H & | handle | ) | [inline] |
Definition at line 38 of file invalid_handle.hh.
boost::shared_ptr<T> ost::dyn_cast | ( | F | f | ) | [inline] |
a convenient shortcut for the painfully long boost::dynamic_pointer_cast
Definition at line 29 of file dyn_cast.hh.
String DLLIMPORT ost::GetPrefixPath | ( | ) |
get the path prefix
String DLLIMPORT ost::GetSharedDataPath | ( | ) |
DLLIMPORT std::ostream& ost::operator<< | ( | std::ostream & | stream, | |
const StringRef & | strref | |||
) |
void DLLIMPORT ost::SetPrefixPath | ( | const String & | prefix | ) |
set path prefix
list __all__ = ['CharList','Correl', 'FileLogSink', 'FloatList', 'FloatMatrix', 'FloatMatrix3', 'FloatMatrix4', 'GetCurrentLogSink', 'GetPrefixPath', 'GetSharedDataPath', 'GetVerbosityLevel', 'Histogram', 'IntList', 'LogDebug', 'LogError', 'LogInfo', 'LogScript', 'LogSink', 'LogTrace', 'LogVerbose', 'LogWarning', 'Max', 'Mean', 'Median', 'Min', 'MultiLogSink', 'PopLogSink', 'PopVerbosityLevel', 'PushLogSink', 'PushVerbosityLevel', 'Range', 'SetPrefixPath', 'StdDev', 'StreamLogSink', 'StringList', 'StringLogSink', 'Units', 'VERSION', 'VERSION_MAJOR', 'VERSION_MINOR', 'VERSION_PATCH', 'WITH_NUMPY', 'conop', 'geom', 'io', 'mol', 'seq', 'stutil' ,'gui','gfx','img','info'] |
Definition at line 21 of file __init__.py.