TTK
Loading...
Searching...
No Matches
VectorWeightCurve.h
Go to the documentation of this file.
1
32
33#pragma once
34
35// base code includes
36#include <Debug.h>
38
39namespace ttk {
40 class VectorWeightCurve : virtual public Debug {
41 public:
44
45 bool DisplayOrbits{false};
46 bool DisplayExtrema{false};
47 bool ReverseFullOrbit{true};
48
50 vs_.setFullOrbitSimplification(ReverseFullOrbit);
51 }
52 };
53} // namespace ttk
TTK VectorSimplification processing package.
VectorSimplification vs_
TTK base package defining the standard types.