TTK
Loading...
Searching...
No Matches
IntegralLines.cpp
Go to the documentation of this file.
1#include <IntegralLines.h>
2
3using namespace std;
4using namespace ttk;
5
7 : vertexNumber_{}, seedNumber_{}, inputScalarField_{}, inputOffsets_{},
8 vertexIdentifierScalarField_{}, outputIntegralLines_{} {
9 this->setDebugMsgPrefix("IntegralLines");
10#ifdef TTK_ENABLE_MPI
11 hasMPISupport_ = true;
12#endif
13}
14
void setDebugMsgPrefix(const std::string &prefix)
Definition Debug.h:364
~IntegralLines() override
The Topology ToolKit.