Writes an image file with graphical content of a model. More...
#include <cadex/View/ImageWriter.hxx>
Public Member Functions | |
| const ImageWriterParameters & | Parameters () const |
| void | SetParameters (const ImageWriterParameters &theParameters) |
| bool | WriteFile (const ModelData::Model &theModel, const UTF16String &theFile) const |
Public Member Functions inherited from cadex::BaseObject | |
| size_t | Id () const |
| Return unique identifier of public object. | |
| internal::BaseObjectImpl * | Impl () const |
| bool | IsNull () const |
| operator bool () const | |
| template<typename T > | |
| bool | IsOfType () const |
| template<typename T > | |
| T * | Impl () const |
| Reserved for internal use. | |
Static Public Member Functions | |
| static bool | CompareType (const BaseObject &theObject) |
Additional Inherited Members | |
Public Types inherited from cadex::BaseObject | |
| typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
Protected Member Functions inherited from cadex::BaseObject | |
| BaseObject (const ImplType &theImpl) | |
Writes an image file with graphical content of a model.