23#ifndef vtkBoostLogWeighting_h
24#define vtkBoostLogWeighting_h
27#include "vtkInfovisBoostGraphAlgorithmsModule.h"
29VTK_ABI_NAMESPACE_BEGIN
47 vtkSetMacro(Base,
int);
48 vtkGetMacro(Base,
int);
55 vtkSetMacro(EmitProgress,
bool);
56 vtkGetMacro(EmitProgress,
bool);
57 vtkBooleanMacro(EmitProgress,
bool);
Superclass for algorithms that produce vtkArrayDatas as output.
Given an arbitrary-dimension array of doubles, replaces each value x with one of:
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkBoostLogWeighting() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkBoostLogWeighting * New()
a simple class to control print indentation