TuttleOFX
1
|
Go to the source code of this file.
Data Structures | |
struct | sam::samdo::Dummy |
Namespaces | |
namespace | sam |
namespace | sam::samdo |
Defines | |
#define | READER_DUMMY_SHORTNAME "r" |
#define | READER_DUMMY_NAME "reader" |
#define | READER_DUMMY_FULLNAME "dummy.reader" |
#define | WRITER_DUMMY_SHORTNAME "w" |
#define | WRITER_DUMMY_NAME "writer" |
#define | WRITER_DUMMY_FULLNAME "dummy.writer" |
Typedefs | |
typedef std::vector < ttl::ofx::imageEffect::OfxhImageEffectPlugin * > | sam::samdo::NodeList |
typedef ttl::ofx::imageEffect::OfxhImageEffectPlugin::ContextSet | sam::samdo::NodeContext |
#define READER_DUMMY_FULLNAME "dummy.reader" |
Definition at line 12 of file nodeDummy.hpp.
Referenced by sam::samdo::Dummy::addFullNameDummyNodeInList(), and sam::samdo::Dummy::isDummyReaderNode().
#define READER_DUMMY_NAME "reader" |
Definition at line 11 of file nodeDummy.hpp.
Referenced by sam::samdo::Dummy::addDummyNodeInList(), sam::samdo::Dummy::foundAssociateDummyNode(), sam::samdo::Dummy::getFullName(), and sam::samdo::Dummy::isDummyReaderNode().
#define READER_DUMMY_SHORTNAME "r" |
Definition at line 10 of file nodeDummy.hpp.
Referenced by sam::samdo::Dummy::addShortNameDummyNodeInList(), and sam::samdo::Dummy::isDummyReaderNode().
#define WRITER_DUMMY_FULLNAME "dummy.writer" |
Definition at line 16 of file nodeDummy.hpp.
Referenced by sam::samdo::Dummy::addFullNameDummyNodeInList(), and sam::samdo::Dummy::isDummyWriterNode().
#define WRITER_DUMMY_NAME "writer" |
Definition at line 15 of file nodeDummy.hpp.
Referenced by sam::samdo::Dummy::addDummyNodeInList(), sam::samdo::Dummy::foundAssociateDummyNode(), sam::samdo::Dummy::getFullName(), and sam::samdo::Dummy::isDummyWriterNode().
#define WRITER_DUMMY_SHORTNAME "w" |
Definition at line 14 of file nodeDummy.hpp.
Referenced by sam::samdo::Dummy::addShortNameDummyNodeInList(), and sam::samdo::Dummy::isDummyWriterNode().