SYMBOL INDEX (24 symbols across 2 files) FILE: Poisson.cpp type GCC_PACK (line 49) | struct GCC_PACK class AVIWriter (line 75) | class AVIWriter { method AVIWriter (line 77) | AVIWriter(const char* fileName, int width, int height, int skipFrames) { method addFrame (line 126) | bool addFrame(const void* bgrData, bool isLastFrame) { method writeFourCC (line 162) | void writeFourCC(const char* fourcc) { method writeUInt32 (line 166) | void writeUInt32(uint32_t value) { method writeUInt16 (line 170) | void writeUInt16(uint16_t value) { method writeChunkHeader (line 174) | void writeChunkHeader(const char* fourcc, uint32_t size) { method writeHeader (line 179) | void writeHeader() { method writeIndex (line 266) | void writeIndex() { function SaveBMP (line 285) | void SaveBMP(const char* FileName, const void* RawBGRImage, int Width, i... function LoadDensityMap (line 334) | void LoadDensityMap(const char* FileName) { function PrintBanner (line 359) | void PrintBanner() { function main (line 371) | int main(int argc, char** argv) { FILE: PoissonGenerator.h function namespace (line 56) | namespace PoissonGenerator { function isInCircle (line 92) | bool isInCircle() const { type GridPoint (line 109) | struct GridPoint { function getDistance (line 116) | float getDistance(const Point& P1, const Point& P2) { function GridPoint (line 120) | GridPoint imageToGrid(const Point& P, float cellSize) { function insert (line 124) | struct Grid { function isInNeighbourhood (line 135) | bool isInNeighbourhood(const Point& point, float minDist, float cellSize) { function Point (line 278) | Point sampleVogelDisk(uint32_t idx, uint32_t numPoints, float phi) { function radicalInverse_VdC (line 343) | float radicalInverse_VdC(uint32_t bits) { function Point (line 352) | Point hammersley2d(uint32_t i, uint32_t N) {