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

Class vtkRectf

Common/DataModel/vtkRect.h:324–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322};
323
324class vtkRectf : public vtkRect<float>
325{
326public:
327 vtkRectf() = default;
328 vtkRectf(float x, float y, float width, float height)
329 : vtkRect<float>(x, y, width, height)
330 {
331 }
332 explicit vtkRectf(const float* init)
333 : vtkRect<float>(init)
334 {
335 }
336};
337
338class vtkRectd : public vtkRect<double>
339{

Callers 15

PaintMethod · 0.50
DrawImageMethod · 0.50
PaintMethod · 0.50
DrawImageMethod · 0.50
PaintMethod · 0.50
GetBoundingRectMethod · 0.50
vtkChartXYZ.hFile · 0.50
PaintMethod · 0.50
UpdateLayoutMethod · 0.50
PaintMethod · 0.50
UpdateGeometryMethod · 0.50
PaintMethod · 0.50

Calls

no outgoing calls

Tested by 11

PaintMethod · 0.40
PaintMethod · 0.40
PaintMethod · 0.40
TestChartsOn3DFunction · 0.40
TestLinePlot3DFunction · 0.40
TestSurfacePlotFunction · 0.40
TestInteractiveChartXYZFunction · 0.40
TestPlotMatrixFunction · 0.40
TestChartXYZFunction · 0.40
testVectorMethod · 0.40