MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkScatterPlotMatrix

Method vtkScatterPlotMatrix

Charts/Core/vtkScatterPlotMatrix.cxx:369–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367vtkObjectFactoryNewMacro(vtkScatterPlotMatrix);
368
369vtkScatterPlotMatrix::vtkScatterPlotMatrix()
370 : NumberOfBins(10)
371 , NumberOfFrames(25)
372 , LayoutUpdatedTime(0)
373{
374 this->Private = new PIMPL;
375 this->TitleProperties = vtkSmartPointer<vtkTextProperty>::New();
376 this->TitleProperties->SetFontSize(12);
377 this->SelectionMode = vtkContextScene::SELECTION_DEFAULT;
378 this->ActivePlot = vtkVector2i(0, -2);
379 this->ActivePlotValid = false;
380 this->Animating = false;
381}
382
383vtkScatterPlotMatrix::~vtkScatterPlotMatrix()
384{

Callers

nothing calls this directly

Calls 3

SetFontSizeMethod · 0.80
NewFunction · 0.50
vtkVector2iClass · 0.50

Tested by

no test coverage detected