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
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
std::vector< ttk::SimplexId > * vertexIdentifierScalarField_
const ttk::SimplexId * inputOffsets_
ttk::SimplexId seedNumber_
std::vector< ttk::ArrayLinkedList< ttk::intgl::IntegralLine, INTEGRAL_LINE_TABULAR_SIZE > > * outputIntegralLines_
~IntegralLines() override
ttk::SimplexId vertexNumber_
TTK base package defining the standard types.