TTK
Loading...
Searching...
No Matches
ContinuousScatterPlot.cpp
Go to the documentation of this file.
2
3using namespace std;
4using namespace ttk;
5
7 : vertexNumber_{}, withDummyValue_{}, dummyValue_{}, resolutions_{},
8 scalarMin_{}, scalarMax_{}, density_{} {
9 this->setDebugMsgPrefix("ContinuousScatterPlot");
10}
11
void setDebugMsgPrefix(const std::string &prefix)
Definition: Debug.h:364
The Topology ToolKit.