Home | History | Annotate | Download | only in vtk

Lines Matching full:indent

1068 void cv::viz::vtkVizInteractorStyle::PrintSelf(ostream& os, vtkIndent indent)
1070 Superclass::PrintSelf(os, indent);
1071 os << indent << "MotionFactor: " << MotionFactor << "\n";
1072 os << indent << "MotionStepSize: " << MotionStepSize << "\n";
1073 os << indent << "MotionAccelerationFactor: "<< MotionAccelerationFactor << "\n";
1074 os << indent << "AngleStepSize: " << AngleStepSize << "\n";
1075 os << indent << "MotionUserScale: "<< MotionUserScale << "\n";