9 #ifndef DtShapeVectorMetafileRecord_H_
10 #define DtShapeVectorMetafileRecord_H_
14 #include <vlutil/vlFilename.h>
44 virtual bool get(std::istream &
stream)
override;
56 unsigned index = 0)
override;
Definition: vectorDataRecord.h:24
virtual bool processToken(std::istream &stream, DtString &token) override
identifies a token or passes token the parent class.
DtVectorDataRecord & operator=(const DtVectorDataRecord &rhs)
static DtMetafileRecord * create()
virtual bool writeAttributes(std::ostream &stream) const override
Write attributes to stream. This is called by put(stream)
#define DT_DLL_terrainDbFactory
Definition: terrainDbFactoryDefines.h:23
virtual void resetFileLists() override
Clears any file lists this record holds onto.
voidpf stream
Definition: ioapi.h:39
virtual bool setToken(const DtString &token, const DtString value) override
identifies a token and returns true if the value can be set to it, false otherwise ...
virtual bool getAttribute(const DtString attrName, DtString &value, unsigned index=0) override
Given the name of a record's attribute, returns its value in the 'value' parameter. Returns True if successful; false otherwise.
virtual DtString recordTypeName() const override
Returns the type name for the particular record. Descendants should have this method return some stri...