API Documentation
Loading...
Searching...
No Matches
PropertyChannelFilter.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/GeometryFilter.h>
4namespace NDEVR
5{
7 {
8 public:
10 bool runFilter(GeometryFilterParameters& parameters) override;
11 //Returns whether or not the filter can be applied given the target parameters. Default true
12 bool canRunFilter(const GeometryFilterParameters& parameters) override;
13 Buffer<FilterDescription> defaultFilterArguments() override;
14 };
15}
#define NDEVR_DESIGN_API
Definition DLLInfo.h:77
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition GeometryFilter.h:29
Definition PropertyChannelFilter.h:7
Definition ACIColor.h:37
Definition GeometryFilter.h:19