// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #include "vtkFixedPointVolumeRayCastHelper.h" #include "vtkObjectFactory.h" #include VTK_ABI_NAMESPACE_BEGIN vtkStandardNewMacro(vtkFixedPointVolumeRayCastHelper); vtkFixedPointVolumeRayCastHelper::vtkFixedPointVolumeRayCastHelper() = default; vtkFixedPointVolumeRayCastHelper::~vtkFixedPointVolumeRayCastHelper() = default; void vtkFixedPointVolumeRayCastHelper::PrintSelf(ostream& os, vtkIndent indent) { this->Superclass::PrintSelf(os, indent); } VTK_ABI_NAMESPACE_END