NDEVR
API Documentation
SimpleBareEarth.h
1#pragma once
2#include "DLLInfo.h"
3#if NDEVR_SURFACING
4#include <NDEVR/GeometryFilter.h>
5namespace NDEVR
6{
15 class NDEVR_DESIGN_API SimpleBareEarth final : public GeometryFilter
16 {
17 public:
21 SimpleBareEarth();
22
32 bool runFilter(GeometryFilterParameters& parameters) override;
33
39 bool canRunFilter(const GeometryFilterParameters& parameters) override;
40
48 Buffer<FilterDescription> defaultFilterArguments() override;
49 };
50}
51#endif
A service that contains registered algorithms for removing vertices or shapes from a group of vertice...
The primary namespace for the NDEVR SDK.