39 #ifndef __vtkBoostLogWeighting_h
40 #define __vtkBoostLogWeighting_h
42 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
43 #include "vtkArrayDataAlgorithm.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
62 vtkSetMacro(Base,
int);
63 vtkGetMacro(Base,
int);
68 vtkSetMacro(EmitProgress,
bool);
69 vtkGetMacro(EmitProgress,
bool);
70 vtkBooleanMacro(EmitProgress,
bool);
80 vtkInformationVector**,
81 vtkInformationVector*);
Given an arbitrary-dimension array of doubles, replaces each value x with one of: ...