27 parentRegistry = NULL);
29 parentRegistry = NULL);
34 parentRegistry = NULL);
38 parentRegistry = NULL);
61 virtual void writeOnlySpecifiedParameters();
66 virtual const char*
xmlType()
const override {
76 virtual void emptyList();
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type that holds an articulated part type, attached-to part type, attachment point, and a list of art-part params (DtSimArtPartParamList). The read/write name is not used for anything in particular, and therefore may be used for file readability.
Definition: simArtPartDescriptor.h:28
virtual void postGetSelf()
Called after either version of getSelf (mtl or environment). Default is no-op.
static const char * theXmlType()
The type that is used when archiving to an XML stream.
Definition: readerWriterRegistry.h:39
Instances of DtSimArtPartDescriptorList are lists of DtSimArtPartDescriptors. This is an optional par...
Definition: simArtPartDescriptorList.h:16
virtual const char * xmlType() const override
Routines to archive/dearchive from an XML Environment.
Definition: simArtPartDescriptorList.h:66
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
bool operator!=(const DtSimArtPartDescriptorList &rhs) const
Definition: simArtPartDescriptorList.h:58
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
std::set< DtSymbolString > myPartNames
Definition: simArtPartDescriptorList.h:91
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.