TTK
Loading...
Searching...
No Matches
core
base
persistenceDiagramDictionary
InitDictRandomly.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
PersistenceDiagramUtils.h
>
4
#include <
Wrapper.h
>
5
6
namespace
ttk
{
7
using
Matrix
= std::vector<std::vector<double>>;
8
9
class
InitRandomDict
:
public
Debug
{
10
11
public
:
12
InitRandomDict
() {
13
this->
setDebugMsgPrefix
(
"InitRandomDict"
);
14
};
15
16
void
execute
(std::vector<ttk::DiagramType> &DictDiagrams,
17
const
std::vector<ttk::DiagramType> &datas,
18
const
int
nbAtoms,
19
const
int
seed);
20
};
21
}
// namespace ttk
PersistenceDiagramUtils.h
Wrapper.h
ttk::Debug::Debug
Debug()
Definition
Debug.cpp:13
ttk::Debug::setDebugMsgPrefix
void setDebugMsgPrefix(const std::string &prefix)
Definition
Debug.h:364
ttk::InitRandomDict::InitRandomDict
InitRandomDict()
Definition
InitDictRandomly.h:12
ttk::InitRandomDict::execute
void execute(std::vector< ttk::DiagramType > &DictDiagrams, const std::vector< ttk::DiagramType > &datas, const int nbAtoms, const int seed)
Definition
InitDictRandomly.cpp:9
ttk
TTK base package defining the standard types.
Definition
AbstractTriangulation.h:51
ttk::Matrix
std::vector< std::vector< double > > Matrix
Definition
InitDictRandomly.h:7
Generated on Fri May 1 2026 08:48:15 for TTK by
1.13.2