NDEVR
API Documentation
ImageVectorizor.h
1#pragma once
2#include "Design/Headers/ImageVectorizationEngine.h"
3#include "Base/Headers/String.h"
4namespace NDEVR
5{
6 class InfoPipe;
7 class Model;
13 {
14 public:
20 bool vectorize(VectorizeImageParams& in) override;
21 };
22}
ImageVectorizationEngine(const TranslatedString &name, const StringView &id)
Constructs an ImageVectorizationEngine with the given display name and unique identifier.
bool vectorize(VectorizeImageParams &in) override
Vectorize a raster image into vector geometry.
ImageVectorizor()
Default constructor.
A light-weight base class for Log that allows processes to update, without the need for additional in...
A core class that represents a node on model hierarchy.
Definition Model.h:292
The primary namespace for the NDEVR SDK.
Arguments used for creating vectorizations of an image.