37#ifndef vtkBoostLogWeighting_h
38#define vtkBoostLogWeighting_h
41#include "vtkInfovisBoostGraphAlgorithmsModule.h"
60 vtkSetMacro(Base,
int);
61 vtkGetMacro(Base,
int);
68 vtkSetMacro(EmitProgress,
bool);
69 vtkGetMacro(EmitProgress,
bool);
70 vtkBooleanMacro(EmitProgress,
bool);
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