NDEVR
API Documentation
ReportOptions.h
1#pragma once
2#include "Design/Headers/DesignObjectLookup.h"
3#include "Base/Headers/String.h"
4#include "Base/Headers/UUID.h"
5#include "Base/Headers/Buffer.hpp"
6namespace NDEVR
7{
19}
The equivelent of std::vector but with a bit more control.
Definition Buffer.hpp:58
A core class where all Design Objects including models, materials, and geometries are stored.
Encapsulates the options needed to generate a report, including the report template path,...
String format_source
Path to the NCReport XML template file.
DesignObjectLookup * lookup
The design object lookup providing access to model data.
Buffer< UUID > ids
UUIDs of the design objects to include in the report.
The core String class for the NDEVR API.
Definition String.h:95
The primary namespace for the NDEVR SDK.