bool writeDeviceAs(Mapping *info, const DeviceType *device)
Definition: StdBodyWriter.h:61
Definition: StdBodyWriter.h:50
Definition: StdBodyWriter.h:16
ExtModelFileMode
Definition: StdBodyWriter.h:23
static void registerDeviceWriter(const char *typeName, std::function< bool(StdBodyWriter *writer, Mapping *info, const DeviceType *device)> writeFunction)
Definition: StdBodyWriter.h:38
DeviceWriterRegistration(const char *typeName, std::function< bool(StdBodyWriter *writer, Mapping *info, const DeviceType *device)> writeFunction)
Definition: StdBodyWriter.h:52