CloudCompare-PythonPlugin

Plugin Documentation

  • Building from sources
  • Getting Started
  • Examples

APIs Documentation

  • cccorelib (Python)
  • pycc (Python)
    • Runtime
    • CloudCompare Data Structures & Interfaces
    • Primitives
    • Others
    • plugins
CloudCompare-PythonPlugin
  • pycc (Python)
  • View page source

pycc (Python)

pycc is the module that wraps CloudCompare’s data structures to make them available in Python.

It also define classes and functions that allows to interact with the “CloudCompare runtime” (that is, the currently running cloudcompare.exe which will use the python interpreter to run rou code).

API

  • Runtime
    • GetInstance()
    • GetCmdLineInstance()
    • GetGUIInstance()
    • InitQApplication()
    • PythonPluginInterface
    • Action
    • RunInThread()
    • ccPythonInstance
    • ccCommandLineInterface
    • ccPickingHub
    • ccPickingListener
  • CloudCompare Data Structures & Interfaces
    • Base
    • PointCloud
    • Mesh
  • Primitives
    • ccGenericPrimitive
    • ccSphere
    • ccPlane
    • ccTorus
    • ccBox
    • ccDish
    • ccCone
    • ccCylinder
    • ccQuadric
  • Others
    • Rgb
    • Rgba
    • ccScalarField
    • cc2DLabel
    • ccBBox
    • ccSensor
    • ccGBLSensor
    • ccCameraSensor
    • ccColorScaleElement
    • ccColorScale
    • ccColorScalesManager
    • ccGlobalShiftManager
    • ccLog
    • FileIOFilter
    • cc2DViewportObject
    • cc2DViewportLabel
    • ccViewportParameters
    • ccGLCameraParameters
    • ccGenericGLDisplay
    • ccGLMatrix
    • ccGLMatrixd
    • ccIndexedTransformation
    • WaveformDescriptor
    • ccWaveform
    • ccWaveformProxy
    • ccRasterGrid
    • ccNormalVectors
  • plugins
    • qM3C2
Previous Next

© Copyright 2020, Thomas Montaigu.

Built with Sphinx using a theme provided by Read the Docs.