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

Class vtkRectd

Common/DataModel/vtkRect.h:338–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336};
337
338class vtkRectd : public vtkRect<double>
339{
340public:
341 vtkRectd() = default;
342 vtkRectd(double x, double y, double width, double height)
343 : vtkRect<double>(x, y, width, height)
344 {
345 }
346 explicit vtkRectd(const double* init)
347 : vtkRect<double>(init)
348 {
349 }
350};
351
352VTK_ABI_NAMESPACE_END
353#endif // vtkRect_h

Callers 8

TestRectFunction · 0.50
labeledContours.pyFile · 0.50
TestPolyDataToContextFunction · 0.50
testPythonItemMethod · 0.50

Calls

no outgoing calls

Tested by 5

TestRectFunction · 0.40
TestPolyDataToContextFunction · 0.40
testPythonItemMethod · 0.40