|
OpenStructure
|
Namespaces | |
| bindings | |
| conop | |
| db | |
| dng_startup | |
| geom | |
| gfx | |
| gui | |
| img | |
| info | |
| io | |
| mol | |
| ost_startup | |
| seq | |
| settings | |
| stutil | |
| table | |
| table_selector | |
| testutils | |
| xmlrunner | |
Data Structures | |
| struct | PairToTupleConverter |
| struct | VectorToListConverter |
| class | FixedString |
| struct | GenericPropError |
| class | GenericPropContainerImpl |
| class | ConstGenericPropContainer |
| class | GenericPropContainer |
| class | IntegrityError |
| class | InvalidHandle |
| class | Logger |
| class | LogSink |
| class | StreamLogSink |
| class | StringLogSink |
| class | FileLogSink |
| class | MultiLogSink |
| class | Error |
| class | PagedArray |
| class | PodVector |
| class | Profile |
| struct | Range |
| class | StringRef |
| class | TriMatrix |
| 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 DLLEXPORT_OST_BASE | SetPrefixPath (const String &prefix) |
| String DLLEXPORT_OST_BASE | GetPrefixPath () |
| String DLLEXPORT_OST_BASE | GetSharedDataPath () |
| DLLEXPORT_OST_BASE std::ostream & | operator<< (std::ostream &stream, const StringRef &strref) |
| bool DLLEXPORT_OST_BASE | compare_files (const String &test, const String &gold_standard, const std::unordered_set< int > &ignore_line={}) |
| 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.
|
inline |
Definition at line 38 of file invalid_handle.hh.
| bool DLLEXPORT_OST_BASE ost::compare_files | ( | const String & | test, |
| const String & | gold_standard, | ||
| const std::unordered_set< int > & | ignore_line = {} |
||
| ) |
|
inline |
a convenient shortcut for the painfully long boost::dynamic_pointer_cast
Definition at line 29 of file dyn_cast.hh.
| String DLLEXPORT_OST_BASE ost::GetPrefixPath | ( | ) |
get the path prefix
| String DLLEXPORT_OST_BASE ost::GetSharedDataPath | ( | ) |
| DLLEXPORT_OST_BASE std::ostream& ost::operator<< | ( | std::ostream & | stream, |
| const StringRef & | strref | ||
| ) |
| void DLLEXPORT_OST_BASE ost::SetPrefixPath | ( | const String & | prefix | ) |
set path prefix