61 #endif // ndef SH_EMBEDDER_H
a graph constructed from a cover file and a message to be embedded
Definition: Graph.h:51
a cover-/stego-file
Definition: CvrStgFile.h:46
void embedExposedVertex(Vertex *v)
Definition: Embedder.cc:258
~Embedder(void)
Definition: Embedder.cc:136
Definition: Embedder.h:32
prints the progress to stdout
Definition: ProgressOutput.h:32
void embedEdge(Edge *e)
Definition: Embedder.cc:249
represent a matching on a graph
Definition: Matching.h:41
const Matching * calculateMatching(ProgressOutput *prout)
Definition: Embedder.cc:209
a string of bits
Definition: BitString.h:42
void embed(void)
Definition: Embedder.cc:142
BitString ToEmbed
Definition: Embedder.h:43
static const unsigned int Default_NConstrHeur
Definition: Embedder.h:41
Embedder(void)
Definition: Embedder.cc:43
a vertex in a graph
Definition: Vertex.h:43