. ├── bin │   ├── avogadro2 │   ├── bsdcat │   ├── bsdcpio │   ├── bsdtar │   ├── bsdunzip │   ├── glewinfo │   ├── obabel │   ├── obconformer │   ├── obdistgen │   ├── obenergy │   ├── obfit │   ├── obfitall │   ├── obgen │   ├── obgrep │   ├── obminimize │   ├── obmm │   ├── obprobe │   ├── obprop │   ├── obrms │   ├── obrotamer │   ├── obrotate │   ├── obspectrophore │   ├── obsym │   ├── obtautomer │   ├── obthermo │   ├── qt.conf │   ├── visualinfo │   ├── vtkParseJava-9.3 │   ├── vtkProbeOpenGLVersion-9.3 │   ├── vtkWrapHierarchy-9.3 │   ├── vtkWrapJava-9.3 │   ├── vtkWrapPython-9.3 │   └── vtkWrapPythonInit-9.3 ├── include │   ├── archive_entry.h │   ├── archive.h │   ├── avogadro │   │   ├── calc │   │   │   ├── avogadrocalcexport.h │   │   │   ├── chargemanager.h │   │   │   ├── chargemodel.h │   │   │   ├── defaultmodel.h │   │   │   ├── energycalculator.h │   │   │   ├── energymanager.h │   │   │   └── lennardjones.h │   │   ├── core │   │   │   ├── angleiterator.h │   │   │   ├── angletools.h │   │   │   ├── array.h │   │   │   ├── atom.h │   │   │   ├── atomtyper.h │   │   │   ├── atomtyper-inline.h │   │   │   ├── atomutilities.h │   │   │   ├── avogadrocoreexport.h │   │   │   ├── avogadrocore.h │   │   │   ├── avospglib.h │   │   │   ├── basisset.h │   │   │   ├── bond.h │   │   │   ├── color3f.h │   │   │   ├── coordinateblockgenerator.h │   │   │   ├── coordinateset.h │   │   │   ├── crystaltools.h │   │   │   ├── cube.h │   │   │   ├── dihedraliterator.h │   │   │   ├── elements.h │   │   │   ├── gaussianset.h │   │   │   ├── gaussiansettools.h │   │   │   ├── graph.h │   │   │   ├── layer.h │   │   │   ├── layermanager.h │   │   │   ├── matrix.h │   │   │   ├── mesh.h │   │   │   ├── molecule.h │   │   │   ├── mutex.h │   │   │   ├── nameatomtyper.h │   │   │   ├── neighborperceiver.h │   │   │   ├── residue.h │   │   │   ├── ringperceiver.h │   │   │   ├── secondarystructure.h │   │   │   ├── sharedmutex.h │   │   │   ├── slaterset.h │   │   │   ├── slatersettools.h │   │   │   ├── spacegroups.h │   │   │   ├── symbolatomtyper.h │   │   │   ├── types.h │   │   │   ├── unitcell.h │   │   │   ├── utilities.h │   │   │   ├── variant.h │   │   │   ├── variant-inline.h │   │   │   ├── variantmap.h │   │   │   ├── vector.h │   │   │   └── version.h │   │   ├── io │   │   │   ├── avogadroioexport.h │   │   │   ├── cjsonformat.h │   │   │   ├── cmlformat.h │   │   │   ├── cmsgpackformat.h │   │   │   ├── dcdformat.h │   │   │   ├── fileformat.h │   │   │   ├── fileformatmanager.h │   │   │   ├── gromacsformat.h │   │   │   ├── lammpsformat.h │   │   │   ├── mdlformat.h │   │   │   ├── mmtfformat.h │   │   │   ├── pdbformat.h │   │   │   ├── sdfformat.h │   │   │   ├── trrformat.h │   │   │   ├── turbomoleformat.h │   │   │   ├── vaspformat.h │   │   │   └── xyzformat.h │   │   ├── molequeue │   │   │   ├── avogadromolequeueexport.h │   │   │   ├── batchjob.h │   │   │   ├── inputgeneratordialog.h │   │   │   ├── inputgenerator.h │   │   │   ├── inputgeneratorwidget.h │   │   │   ├── molequeuedialog.h │   │   │   ├── molequeuemanager.h │   │   │   ├── molequeuequeuelistmodel.h │   │   │   └── molequeuewidget.h │   │   ├── qtgui │   │   │   ├── avogadroqtguiexport.h │   │   │   ├── backgroundfileformat.h │   │   │   ├── colorbutton.h │   │   │   ├── containerwidget.h │   │   │   ├── customelementdialog.h │   │   │   ├── elementtranslator.h │   │   │   ├── extensionplugin.h │   │   │   ├── filebrowsewidget.h │   │   │   ├── fileformatdialog.h │   │   │   ├── gaussiansetconcurrent.h │   │   │   ├── generichighlighter.h │   │   │   ├── hydrogentools.h │   │   │   ├── insertfragmentdialog.h │   │   │   ├── interfacescript.h │   │   │   ├── interfacewidget.h │   │   │   ├── jsonwidget.h │   │   │   ├── layermodel.h │   │   │   ├── meshgenerator.h │   │   │   ├── molecule.h │   │   │   ├── moleculemodel.h │   │   │   ├── multiviewwidget.h │   │   │   ├── periodictableview.h │   │   │   ├── persistentatom.h │   │   │   ├── persistentbond.h │   │   │   ├── pluginlayermanager.h │   │   │   ├── pythonscript.h │   │   │   ├── richtextdelegate.h │   │   │   ├── rwlayermanager.h │   │   │   ├── rwmolecule.h │   │   │   ├── sceneplugin.h │   │   │   ├── scenepluginmodel.h │   │   │   ├── scriptloader.h │   │   │   ├── slatersetconcurrent.h │   │   │   ├── sortfiltertreeproxymodel.h │   │   │   ├── toolplugin.h │   │   │   ├── utilities.h │   │   │   └── viewfactory.h │   │   ├── qtopengl │   │   │   ├── activeobjects.h │   │   │   ├── avogadroqtopenglexport.h │   │   │   ├── glwidget.h │   │   │   └── qttextrenderstrategy.h │   │   ├── qtplugins │   │   │   ├── avogadroqtpluginsexport.h │   │   │   ├── avogadrostaticqtplugins.h │   │   │   ├── pluginfactory.h │   │   │   └── pluginmanager.h │   │   ├── quantumio │   │   │   ├── avogadroquantumioexport.h │   │   │   ├── gamessus.h │   │   │   ├── gaussiancube.h │   │   │   ├── gaussianfchk.h │   │   │   ├── genericoutput.h │   │   │   ├── molden.h │   │   │   ├── mopacaux.h │   │   │   ├── nwchemjson.h │   │   │   ├── nwchemlog.h │   │   │   └── orca.h │   │   ├── rendering │   │   │   ├── arcsector.h │   │   │   ├── arcstrip.h │   │   │   ├── arrowgeometry.h │   │   │   ├── avogadrogl.h │   │   │   ├── avogadrorenderingexport.h │   │   │   ├── avogadrorendering.h │   │   │   ├── beziergeometry.h │   │   │   ├── bsplinegeometry.h │   │   │   ├── bufferobject.h │   │   │   ├── camera.h │   │   │   ├── cartoongeometry.h │   │   │   ├── curvegeometry.h │   │   │   ├── cylindergeometry.h │   │   │   ├── dashedlinegeometry.h │   │   │   ├── drawable.h │   │   │   ├── geometrynode.h │   │   │   ├── geometryvisitor.h │   │   │   ├── glrenderer.h │   │   │   ├── glrendervisitor.h │   │   │   ├── groupnode.h │   │   │   ├── linestripgeometry.h │   │   │   ├── meshgeometry.h │   │   │   ├── node.h │   │   │   ├── plyvisitor.h │   │   │   ├── povrayvisitor.h │   │   │   ├── primitive.h │   │   │   ├── quad.h │   │   │   ├── quadoutline.h │   │   │   ├── scene.h │   │   │   ├── shader.h │   │   │   ├── shaderprogram.h │   │   │   ├── solidpipeline.h │   │   │   ├── spheregeometry.h │   │   │   ├── textlabel2d.h │   │   │   ├── textlabel3d.h │   │   │   ├── textlabelbase.h │   │   │   ├── textproperties.h │   │   │   ├── textrenderstrategy.h │   │   │   ├── texture2d.h │   │   │   ├── transformnode.h │   │   │   ├── visitor.h │   │   │   ├── volumegeometry.h │   │   │   └── vrmlvisitor.h │   │   └── vtk │   │   ├── avogadrovtkexport.h │   │   ├── chartdialog.h │   │   ├── chartwidget.h │   │   ├── qvtkwidget.h │   │   ├── vtkAvogadroActor.h │   │   └── vtkglwidget.h │   ├── eigen3 │   │   ├── Eigen │   │   │   ├── Cholesky │   │   │   ├── CholmodSupport │   │   │   ├── Core │   │   │   ├── Dense │   │   │   ├── Eigen │   │   │   ├── Eigenvalues │   │   │   ├── Geometry │   │   │   ├── Householder │   │   │   ├── IterativeLinearSolvers │   │   │   ├── Jacobi │   │   │   ├── KLUSupport │   │   │   ├── LU │   │   │   ├── MetisSupport │   │   │   ├── OrderingMethods │   │   │   ├── PardisoSupport │   │   │   ├── PaStiXSupport │   │   │   ├── QR │   │   │   ├── QtAlignedMalloc │   │   │   ├── Sparse │   │   │   ├── SparseCholesky │   │   │   ├── SparseCore │   │   │   ├── SparseLU │   │   │   ├── SparseQR │   │   │   ├── SPQRSupport │   │   │   ├── src │   │   │   │   ├── Cholesky │   │   │   │   │   ├── LDLT.h │   │   │   │   │   ├── LLT.h │   │   │   │   │   └── LLT_LAPACKE.h │   │   │   │   ├── CholmodSupport │   │   │   │   │   └── CholmodSupport.h │   │   │   │   ├── Core │   │   │   │   │   ├── arch │   │   │   │   │   │   ├── AltiVec │   │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── MatrixProductCommon.h │   │   │   │   │   │   │   ├── MatrixProduct.h │   │   │   │   │   │   │   ├── MatrixProductMMA.h │   │   │   │   │   │   │   └── PacketMath.h │   │   │   │   │   │   ├── AVX │   │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── AVX512 │   │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── CUDA │   │   │   │   │   │   │   └── Complex.h │   │   │   │   │   │   ├── Default │   │   │   │   │   │   │   ├── BFloat16.h │   │   │   │   │   │   │   ├── ConjHelper.h │   │   │   │   │   │   │   ├── GenericPacketMathFunctionsFwd.h │   │   │   │   │   │   │   ├── GenericPacketMathFunctions.h │   │   │   │   │   │   │   ├── Half.h │   │   │   │   │   │   │   ├── Settings.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── GPU │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── HIP │   │   │   │   │   │   │   └── hcc │   │   │   │   │   │   │   └── math_constants.h │   │   │   │   │   │   ├── MSA │   │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   └── PacketMath.h │   │   │   │   │   │   ├── NEON │   │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   │   ├── GeneralBlockPanelKernel.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── SSE │   │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── SVE │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   ├── SYCL │   │   │   │   │   │   │   ├── InteropHeaders.h │   │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   │   ├── PacketMath.h │   │   │   │   │   │   │   ├── SyclMemoryModel.h │   │   │   │   │   │   │   └── TypeCasting.h │   │   │   │   │   │   └── ZVector │   │   │   │   │   │   ├── Complex.h │   │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   │   └── PacketMath.h │   │   │   │   │   ├── ArithmeticSequence.h │   │   │   │   │   ├── ArrayBase.h │   │   │   │   │   ├── Array.h │   │   │   │   │   ├── ArrayWrapper.h │   │   │   │   │   ├── AssignEvaluator.h │   │   │   │   │   ├── Assign.h │   │   │   │   │   ├── Assign_MKL.h │   │   │   │   │   ├── BandMatrix.h │   │   │   │   │   ├── Block.h │   │   │   │   │   ├── BooleanRedux.h │   │   │   │   │   ├── CommaInitializer.h │   │   │   │   │   ├── ConditionEstimator.h │   │   │   │   │   ├── CoreEvaluators.h │   │   │   │   │   ├── CoreIterators.h │   │   │   │   │   ├── CwiseBinaryOp.h │   │   │   │   │   ├── CwiseNullaryOp.h │   │   │   │   │   ├── CwiseTernaryOp.h │   │   │   │   │   ├── CwiseUnaryOp.h │   │   │   │   │   ├── CwiseUnaryView.h │   │   │   │   │   ├── DenseBase.h │   │   │   │   │   ├── DenseCoeffsBase.h │   │   │   │   │   ├── DenseStorage.h │   │   │   │   │   ├── Diagonal.h │   │   │   │   │   ├── DiagonalMatrix.h │   │   │   │   │   ├── DiagonalProduct.h │   │   │   │   │   ├── Dot.h │   │   │   │   │   ├── EigenBase.h │   │   │   │   │   ├── ForceAlignedAccess.h │   │   │   │   │   ├── functors │   │   │   │   │   │   ├── AssignmentFunctors.h │   │   │   │   │   │   ├── BinaryFunctors.h │   │   │   │   │   │   ├── NullaryFunctors.h │   │   │   │   │   │   ├── StlFunctors.h │   │   │   │   │   │   ├── TernaryFunctors.h │   │   │   │   │   │   └── UnaryFunctors.h │   │   │   │   │   ├── Fuzzy.h │   │   │   │   │   ├── GeneralProduct.h │   │   │   │   │   ├── GenericPacketMath.h │   │   │   │   │   ├── GlobalFunctions.h │   │   │   │   │   ├── IndexedView.h │   │   │   │   │   ├── Inverse.h │   │   │   │   │   ├── IO.h │   │   │   │   │   ├── MapBase.h │   │   │   │   │   ├── Map.h │   │   │   │   │   ├── MathFunctions.h │   │   │   │   │   ├── MathFunctionsImpl.h │   │   │   │   │   ├── MatrixBase.h │   │   │   │   │   ├── Matrix.h │   │   │   │   │   ├── NestByValue.h │   │   │   │   │   ├── NoAlias.h │   │   │   │   │   ├── NumTraits.h │   │   │   │   │   ├── PartialReduxEvaluator.h │   │   │   │   │   ├── PermutationMatrix.h │   │   │   │   │   ├── PlainObjectBase.h │   │   │   │   │   ├── ProductEvaluators.h │   │   │   │   │   ├── Product.h │   │   │   │   │   ├── products │   │   │   │   │   │   ├── GeneralBlockPanelKernel.h │   │   │   │   │   │   ├── GeneralMatrixMatrix_BLAS.h │   │   │   │   │   │   ├── GeneralMatrixMatrix.h │   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular_BLAS.h │   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular.h │   │   │   │   │   │   ├── GeneralMatrixVector_BLAS.h │   │   │   │   │   │   ├── GeneralMatrixVector.h │   │   │   │   │   │   ├── Parallelizer.h │   │   │   │   │   │   ├── SelfadjointMatrixMatrix_BLAS.h │   │   │   │   │   │   ├── SelfadjointMatrixMatrix.h │   │   │   │   │   │   ├── SelfadjointMatrixVector_BLAS.h │   │   │   │   │   │   ├── SelfadjointMatrixVector.h │   │   │   │   │   │   ├── SelfadjointProduct.h │   │   │   │   │   │   ├── SelfadjointRank2Update.h │   │   │   │   │   │   ├── TriangularMatrixMatrix_BLAS.h │   │   │   │   │   │   ├── TriangularMatrixMatrix.h │   │   │   │   │   │   ├── TriangularMatrixVector_BLAS.h │   │   │   │   │   │   ├── TriangularMatrixVector.h │   │   │   │   │   │   ├── TriangularSolverMatrix_BLAS.h │   │   │   │   │   │   ├── TriangularSolverMatrix.h │   │   │   │   │   │   └── TriangularSolverVector.h │   │   │   │   │   ├── Random.h │   │   │   │   │   ├── Redux.h │   │   │   │   │   ├── Ref.h │   │   │   │   │   ├── Replicate.h │   │   │   │   │   ├── Reshaped.h │   │   │   │   │   ├── ReturnByValue.h │   │   │   │   │   ├── Reverse.h │   │   │   │   │   ├── Select.h │   │   │   │   │   ├── SelfAdjointView.h │   │   │   │   │   ├── SelfCwiseBinaryOp.h │   │   │   │   │   ├── Solve.h │   │   │   │   │   ├── SolverBase.h │   │   │   │   │   ├── SolveTriangular.h │   │   │   │   │   ├── StableNorm.h │   │   │   │   │   ├── StlIterators.h │   │   │   │   │   ├── Stride.h │   │   │   │   │   ├── Swap.h │   │   │   │   │   ├── Transpose.h │   │   │   │   │   ├── Transpositions.h │   │   │   │   │   ├── TriangularMatrix.h │   │   │   │   │   ├── util │   │   │   │   │   │   ├── BlasUtil.h │   │   │   │   │   │   ├── ConfigureVectorization.h │   │   │   │   │   │   ├── Constants.h │   │   │   │   │   │   ├── DisableStupidWarnings.h │   │   │   │   │   │   ├── ForwardDeclarations.h │   │   │   │   │   │   ├── IndexedViewHelper.h │   │   │   │   │   │   ├── IntegralConstant.h │   │   │   │   │   │   ├── Macros.h │   │   │   │   │   │   ├── Memory.h │   │   │   │   │   │   ├── Meta.h │   │   │   │   │   │   ├── MKL_support.h │   │   │   │   │   │   ├── NonMPL2.h │   │   │   │   │   │   ├── ReenableStupidWarnings.h │   │   │   │   │   │   ├── ReshapedHelper.h │   │   │   │   │   │   ├── StaticAssert.h │   │   │   │   │   │   ├── SymbolicIndex.h │   │   │   │   │   │   └── XprHelper.h │   │   │   │   │   ├── VectorBlock.h │   │   │   │   │   ├── VectorwiseOp.h │   │   │   │   │   └── Visitor.h │   │   │   │   ├── Eigenvalues │   │   │   │   │   ├── ComplexEigenSolver.h │   │   │   │   │   ├── ComplexSchur.h │   │   │   │   │   ├── ComplexSchur_LAPACKE.h │   │   │   │   │   ├── EigenSolver.h │   │   │   │   │   ├── GeneralizedEigenSolver.h │   │   │   │   │   ├── GeneralizedSelfAdjointEigenSolver.h │   │   │   │   │   ├── HessenbergDecomposition.h │   │   │   │   │   ├── MatrixBaseEigenvalues.h │   │   │   │   │   ├── RealQZ.h │   │   │   │   │   ├── RealSchur.h │   │   │   │   │   ├── RealSchur_LAPACKE.h │   │   │   │   │   ├── SelfAdjointEigenSolver.h │   │   │   │   │   ├── SelfAdjointEigenSolver_LAPACKE.h │   │   │   │   │   └── Tridiagonalization.h │   │   │   │   ├── Geometry │   │   │   │   │   ├── AlignedBox.h │   │   │   │   │   ├── AngleAxis.h │   │   │   │   │   ├── arch │   │   │   │   │   │   └── Geometry_SIMD.h │   │   │   │   │   ├── EulerAngles.h │   │   │   │   │   ├── Homogeneous.h │   │   │   │   │   ├── Hyperplane.h │   │   │   │   │   ├── OrthoMethods.h │   │   │   │   │   ├── ParametrizedLine.h │   │   │   │   │   ├── Quaternion.h │   │   │   │   │   ├── Rotation2D.h │   │   │   │   │   ├── RotationBase.h │   │   │   │   │   ├── Scaling.h │   │   │   │   │   ├── Transform.h │   │   │   │   │   ├── Translation.h │   │   │   │   │   └── Umeyama.h │   │   │   │   ├── Householder │   │   │   │   │   ├── BlockHouseholder.h │   │   │   │   │   ├── Householder.h │   │   │   │   │   └── HouseholderSequence.h │   │   │   │   ├── IterativeLinearSolvers │   │   │   │   │   ├── BasicPreconditioners.h │   │   │   │   │   ├── BiCGSTAB.h │   │   │   │   │   ├── ConjugateGradient.h │   │   │   │   │   ├── IncompleteCholesky.h │   │   │   │   │   ├── IncompleteLUT.h │   │   │   │   │   ├── IterativeSolverBase.h │   │   │   │   │   ├── LeastSquareConjugateGradient.h │   │   │   │   │   └── SolveWithGuess.h │   │   │   │   ├── Jacobi │   │   │   │   │   └── Jacobi.h │   │   │   │   ├── KLUSupport │   │   │   │   │   └── KLUSupport.h │   │   │   │   ├── LU │   │   │   │   │   ├── arch │   │   │   │   │   │   └── InverseSize4.h │   │   │   │   │   ├── Determinant.h │   │   │   │   │   ├── FullPivLU.h │   │   │   │   │   ├── InverseImpl.h │   │   │   │   │   ├── PartialPivLU.h │   │   │   │   │   └── PartialPivLU_LAPACKE.h │   │   │   │   ├── MetisSupport │   │   │   │   │   └── MetisSupport.h │   │   │   │   ├── misc │   │   │   │   │   ├── blas.h │   │   │   │   │   ├── Image.h │   │   │   │   │   ├── Kernel.h │   │   │   │   │   ├── lapacke.h │   │   │   │   │   ├── lapacke_mangling.h │   │   │   │   │   ├── lapack.h │   │   │   │   │   └── RealSvd2x2.h │   │   │   │   ├── OrderingMethods │   │   │   │   │   ├── Amd.h │   │   │   │   │   ├── Eigen_Colamd.h │   │   │   │   │   └── Ordering.h │   │   │   │   ├── PardisoSupport │   │   │   │   │   └── PardisoSupport.h │   │   │   │   ├── PaStiXSupport │   │   │   │   │   └── PaStiXSupport.h │   │   │   │   ├── plugins │   │   │   │   │   ├── ArrayCwiseBinaryOps.h │   │   │   │   │   ├── ArrayCwiseUnaryOps.h │   │   │   │   │   ├── BlockMethods.h │   │   │   │   │   ├── CommonCwiseBinaryOps.h │   │   │   │   │   ├── CommonCwiseUnaryOps.h │   │   │   │   │   ├── IndexedViewMethods.h │   │   │   │   │   ├── MatrixCwiseBinaryOps.h │   │   │   │   │   ├── MatrixCwiseUnaryOps.h │   │   │   │   │   └── ReshapedMethods.h │   │   │   │   ├── QR │   │   │   │   │   ├── ColPivHouseholderQR.h │   │   │   │   │   ├── ColPivHouseholderQR_LAPACKE.h │   │   │   │   │   ├── CompleteOrthogonalDecomposition.h │   │   │   │   │   ├── FullPivHouseholderQR.h │   │   │   │   │   ├── HouseholderQR.h │   │   │   │   │   └── HouseholderQR_LAPACKE.h │   │   │   │   ├── SparseCholesky │   │   │   │   │   ├── SimplicialCholesky.h │   │   │   │   │   └── SimplicialCholesky_impl.h │   │   │   │   ├── SparseCore │   │   │   │   │   ├── AmbiVector.h │   │   │   │   │   ├── CompressedStorage.h │   │   │   │   │   ├── ConservativeSparseSparseProduct.h │   │   │   │   │   ├── MappedSparseMatrix.h │   │   │   │   │   ├── SparseAssign.h │   │   │   │   │   ├── SparseBlock.h │   │   │   │   │   ├── SparseColEtree.h │   │   │   │   │   ├── SparseCompressedBase.h │   │   │   │   │   ├── SparseCwiseBinaryOp.h │   │   │   │   │   ├── SparseCwiseUnaryOp.h │   │   │   │   │   ├── SparseDenseProduct.h │   │   │   │   │   ├── SparseDiagonalProduct.h │   │   │   │   │   ├── SparseDot.h │   │   │   │   │   ├── SparseFuzzy.h │   │   │   │   │   ├── SparseMap.h │   │   │   │   │   ├── SparseMatrixBase.h │   │   │   │   │   ├── SparseMatrix.h │   │   │   │   │   ├── SparsePermutation.h │   │   │   │   │   ├── SparseProduct.h │   │   │   │   │   ├── SparseRedux.h │   │   │   │   │   ├── SparseRef.h │   │   │   │   │   ├── SparseSelfAdjointView.h │   │   │   │   │   ├── SparseSolverBase.h │   │   │   │   │   ├── SparseSparseProductWithPruning.h │   │   │   │   │   ├── SparseTranspose.h │   │   │   │   │   ├── SparseTriangularView.h │   │   │   │   │   ├── SparseUtil.h │   │   │   │   │   ├── SparseVector.h │   │   │   │   │   ├── SparseView.h │   │   │   │   │   └── TriangularSolver.h │   │   │   │   ├── SparseLU │   │   │   │   │   ├── SparseLU_column_bmod.h │   │   │   │   │   ├── SparseLU_column_dfs.h │   │   │   │   │   ├── SparseLU_copy_to_ucol.h │   │   │   │   │   ├── SparseLU_gemm_kernel.h │   │   │   │   │   ├── SparseLU.h │   │   │   │   │   ├── SparseLU_heap_relax_snode.h │   │   │   │   │   ├── SparseLUImpl.h │   │   │   │   │   ├── SparseLU_kernel_bmod.h │   │   │   │   │   ├── SparseLU_Memory.h │   │   │   │   │   ├── SparseLU_panel_bmod.h │   │   │   │   │   ├── SparseLU_panel_dfs.h │   │   │   │   │   ├── SparseLU_pivotL.h │   │   │   │   │   ├── SparseLU_pruneL.h │   │   │   │   │   ├── SparseLU_relax_snode.h │   │   │   │   │   ├── SparseLU_Structs.h │   │   │   │   │   ├── SparseLU_SupernodalMatrix.h │   │   │   │   │   └── SparseLU_Utils.h │   │   │   │   ├── SparseQR │   │   │   │   │   └── SparseQR.h │   │   │   │   ├── SPQRSupport │   │   │   │   │   └── SuiteSparseQRSupport.h │   │   │   │   ├── StlSupport │   │   │   │   │   ├── details.h │   │   │   │   │   ├── StdDeque.h │   │   │   │   │   ├── StdList.h │   │   │   │   │   └── StdVector.h │   │   │   │   ├── SuperLUSupport │   │   │   │   │   └── SuperLUSupport.h │   │   │   │   ├── SVD │   │   │   │   │   ├── BDCSVD.h │   │   │   │   │   ├── JacobiSVD.h │   │   │   │   │   ├── JacobiSVD_LAPACKE.h │   │   │   │   │   ├── SVDBase.h │   │   │   │   │   └── UpperBidiagonalization.h │   │   │   │   └── UmfPackSupport │   │   │   │   └── UmfPackSupport.h │   │   │   ├── StdDeque │   │   │   ├── StdList │   │   │   ├── StdVector │   │   │   ├── SuperLUSupport │   │   │   ├── SVD │   │   │   └── UmfPackSupport │   │   ├── signature_of_eigen3_matrix_library │   │   └── unsupported │   │   └── Eigen │   │   ├── AdolcForward │   │   ├── AlignedVector3 │   │   ├── ArpackSupport │   │   ├── AutoDiff │   │   ├── BVH │   │   ├── CXX11 │   │   │   ├── src │   │   │   │   ├── Tensor │   │   │   │   │   ├── TensorArgMax.h │   │   │   │   │   ├── TensorAssign.h │   │   │   │   │   ├── TensorBase.h │   │   │   │   │   ├── TensorBlock.h │   │   │   │   │   ├── TensorBroadcasting.h │   │   │   │   │   ├── TensorChipping.h │   │   │   │   │   ├── TensorConcatenation.h │   │   │   │   │   ├── TensorContractionBlocking.h │   │   │   │   │   ├── TensorContractionCuda.h │   │   │   │   │   ├── TensorContractionGpu.h │   │   │   │   │   ├── TensorContraction.h │   │   │   │   │   ├── TensorContractionMapper.h │   │   │   │   │   ├── TensorContractionSycl.h │   │   │   │   │   ├── TensorContractionThreadPool.h │   │   │   │   │   ├── TensorConversion.h │   │   │   │   │   ├── TensorConvolution.h │   │   │   │   │   ├── TensorConvolutionSycl.h │   │   │   │   │   ├── TensorCostModel.h │   │   │   │   │   ├── TensorCustomOp.h │   │   │   │   │   ├── TensorDeviceCuda.h │   │   │   │   │   ├── TensorDeviceDefault.h │   │   │   │   │   ├── TensorDeviceGpu.h │   │   │   │   │   ├── TensorDevice.h │   │   │   │   │   ├── TensorDeviceSycl.h │   │   │   │   │   ├── TensorDeviceThreadPool.h │   │   │   │   │   ├── TensorDimensionList.h │   │   │   │   │   ├── TensorDimensions.h │   │   │   │   │   ├── TensorEvalTo.h │   │   │   │   │   ├── TensorEvaluator.h │   │   │   │   │   ├── TensorExecutor.h │   │   │   │   │   ├── TensorExpr.h │   │   │   │   │   ├── TensorFFT.h │   │   │   │   │   ├── TensorFixedSize.h │   │   │   │   │   ├── TensorForcedEval.h │   │   │   │   │   ├── TensorForwardDeclarations.h │   │   │   │   │   ├── TensorFunctors.h │   │   │   │   │   ├── TensorGenerator.h │   │   │   │   │   ├── TensorGlobalFunctions.h │   │   │   │   │   ├── TensorGpuHipCudaDefines.h │   │   │   │   │   ├── TensorGpuHipCudaUndefines.h │   │   │   │   │   ├── Tensor.h │   │   │   │   │   ├── TensorImagePatch.h │   │   │   │   │   ├── TensorIndexList.h │   │   │   │   │   ├── TensorInflation.h │   │   │   │   │   ├── TensorInitializer.h │   │   │   │   │   ├── TensorIntDiv.h │   │   │   │   │   ├── TensorIO.h │   │   │   │   │   ├── TensorLayoutSwap.h │   │   │   │   │   ├── TensorMacros.h │   │   │   │   │   ├── TensorMap.h │   │   │   │   │   ├── TensorMeta.h │   │   │   │   │   ├── TensorMorphing.h │   │   │   │   │   ├── TensorPadding.h │   │   │   │   │   ├── TensorPatch.h │   │   │   │   │   ├── TensorRandom.h │   │   │   │   │   ├── TensorReductionCuda.h │   │   │   │   │   ├── TensorReductionGpu.h │   │   │   │   │   ├── TensorReduction.h │   │   │   │   │   ├── TensorReductionSycl.h │   │   │   │   │   ├── TensorRef.h │   │   │   │   │   ├── TensorReverse.h │   │   │   │   │   ├── TensorScan.h │   │   │   │   │   ├── TensorScanSycl.h │   │   │   │   │   ├── TensorShuffling.h │   │   │   │   │   ├── TensorStorage.h │   │   │   │   │   ├── TensorStriding.h │   │   │   │   │   ├── TensorTrace.h │   │   │   │   │   ├── TensorTraits.h │   │   │   │   │   ├── TensorUInt128.h │   │   │   │   │   └── TensorVolumePatch.h │   │   │   │   ├── TensorSymmetry │   │   │   │   │   ├── DynamicSymmetry.h │   │   │   │   │   ├── StaticSymmetry.h │   │   │   │   │   ├── Symmetry.h │   │   │   │   │   └── util │   │   │   │   │   └── TemplateGroupTheory.h │   │   │   │   ├── ThreadPool │   │   │   │   │   ├── Barrier.h │   │   │   │   │   ├── EventCount.h │   │   │   │   │   ├── NonBlockingThreadPool.h │   │   │   │   │   ├── RunQueue.h │   │   │   │   │   ├── ThreadCancel.h │   │   │   │   │   ├── ThreadEnvironment.h │   │   │   │   │   ├── ThreadLocal.h │   │   │   │   │   ├── ThreadPoolInterface.h │   │   │   │   │   └── ThreadYield.h │   │   │   │   └── util │   │   │   │   ├── CXX11Meta.h │   │   │   │   ├── CXX11Workarounds.h │   │   │   │   ├── EmulateArray.h │   │   │   │   └── MaxSizeVector.h │   │   │   ├── Tensor │   │   │   ├── TensorSymmetry │   │   │   └── ThreadPool │   │   ├── EulerAngles │   │   ├── FFT │   │   ├── IterativeSolvers │   │   ├── KroneckerProduct │   │   ├── LevenbergMarquardt │   │   ├── MatrixFunctions │   │   ├── MoreVectorization │   │   ├── MPRealSupport │   │   ├── NonLinearOptimization │   │   ├── NumericalDiff │   │   ├── OpenGLSupport │   │   ├── Polynomials │   │   ├── Skyline │   │   ├── SparseExtra │   │   ├── SpecialFunctions │   │   ├── Splines │   │   └── src │   │   ├── AutoDiff │   │   │   ├── AutoDiffJacobian.h │   │   │   ├── AutoDiffScalar.h │   │   │   └── AutoDiffVector.h │   │   ├── BVH │   │   │   ├── BVAlgorithms.h │   │   │   └── KdBVH.h │   │   ├── Eigenvalues │   │   │   └── ArpackSelfAdjointEigenSolver.h │   │   ├── EulerAngles │   │   │   ├── EulerAngles.h │   │   │   └── EulerSystem.h │   │   ├── FFT │   │   │   ├── ei_fftw_impl.h │   │   │   └── ei_kissfft_impl.h │   │   ├── IterativeSolvers │   │   │   ├── ConstrainedConjGrad.h │   │   │   ├── DGMRES.h │   │   │   ├── GMRES.h │   │   │   ├── IDRS.h │   │   │   ├── IncompleteLU.h │   │   │   ├── IterationController.h │   │   │   ├── MINRES.h │   │   │   └── Scaling.h │   │   ├── KroneckerProduct │   │   │   └── KroneckerTensorProduct.h │   │   ├── LevenbergMarquardt │   │   │   ├── LevenbergMarquardt.h │   │   │   ├── LMcovar.h │   │   │   ├── LMonestep.h │   │   │   ├── LMpar.h │   │   │   └── LMqrsolv.h │   │   ├── MatrixFunctions │   │   │   ├── MatrixExponential.h │   │   │   ├── MatrixFunction.h │   │   │   ├── MatrixLogarithm.h │   │   │   ├── MatrixPower.h │   │   │   ├── MatrixSquareRoot.h │   │   │   └── StemFunction.h │   │   ├── MoreVectorization │   │   │   └── MathFunctions.h │   │   ├── NonLinearOptimization │   │   │   ├── chkder.h │   │   │   ├── covar.h │   │   │   ├── dogleg.h │   │   │   ├── fdjac1.h │   │   │   ├── HybridNonLinearSolver.h │   │   │   ├── LevenbergMarquardt.h │   │   │   ├── lmpar.h │   │   │   ├── qrsolv.h │   │   │   ├── r1mpyq.h │   │   │   ├── r1updt.h │   │   │   └── rwupdt.h │   │   ├── NumericalDiff │   │   │   └── NumericalDiff.h │   │   ├── Polynomials │   │   │   ├── Companion.h │   │   │   ├── PolynomialSolver.h │   │   │   └── PolynomialUtils.h │   │   ├── Skyline │   │   │   ├── SkylineInplaceLU.h │   │   │   ├── SkylineMatrixBase.h │   │   │   ├── SkylineMatrix.h │   │   │   ├── SkylineProduct.h │   │   │   ├── SkylineStorage.h │   │   │   └── SkylineUtil.h │   │   ├── SparseExtra │   │   │   ├── BlockOfDynamicSparseMatrix.h │   │   │   ├── BlockSparseMatrix.h │   │   │   ├── DynamicSparseMatrix.h │   │   │   ├── MarketIO.h │   │   │   ├── MatrixMarketIterator.h │   │   │   └── RandomSetter.h │   │   ├── SpecialFunctions │   │   │   ├── arch │   │   │   │   ├── AVX │   │   │   │   │   ├── BesselFunctions.h │   │   │   │   │   └── SpecialFunctions.h │   │   │   │   ├── AVX512 │   │   │   │   │   ├── BesselFunctions.h │   │   │   │   │   └── SpecialFunctions.h │   │   │   │   ├── GPU │   │   │   │   │   └── SpecialFunctions.h │   │   │   │   └── NEON │   │   │   │   ├── BesselFunctions.h │   │   │   │   └── SpecialFunctions.h │   │   │   ├── BesselFunctionsArrayAPI.h │   │   │   ├── BesselFunctionsBFloat16.h │   │   │   ├── BesselFunctionsFunctors.h │   │   │   ├── BesselFunctionsHalf.h │   │   │   ├── BesselFunctionsImpl.h │   │   │   ├── BesselFunctionsPacketMath.h │   │   │   ├── HipVectorCompatibility.h │   │   │   ├── SpecialFunctionsArrayAPI.h │   │   │   ├── SpecialFunctionsBFloat16.h │   │   │   ├── SpecialFunctionsFunctors.h │   │   │   ├── SpecialFunctionsHalf.h │   │   │   ├── SpecialFunctionsImpl.h │   │   │   └── SpecialFunctionsPacketMath.h │   │   └── Splines │   │   ├── SplineFitting.h │   │   ├── SplineFwd.h │   │   └── Spline.h │   ├── GL │   │   ├── glew.h │   │   ├── glxew.h │   │   └── wglew.h │   ├── inchi │   │   └── inchi_api.h │   ├── libmsym │   │   ├── msym_error.h │   │   ├── msym_EXPORTS.h │   │   └── msym.h │   ├── mmtf │   │   ├── binary_decoder.hpp │   │   ├── binary_encoder.hpp │   │   ├── decoder.hpp │   │   ├── encoder.hpp │   │   ├── errors.hpp │   │   ├── export_helpers.hpp │   │   ├── map_decoder.hpp │   │   ├── msgpack_decoders.hpp │   │   ├── msgpack_encoders.hpp │   │   └── structure_data.hpp │   ├── mmtf.hpp │   ├── msgpack │   │   ├── adaptor │   │   │   ├── adaptor_base_decl.hpp │   │   │   ├── adaptor_base.hpp │   │   │   ├── array_ref_decl.hpp │   │   │   ├── array_ref.hpp │   │   │   ├── bool.hpp │   │   │   ├── boost │   │   │   │   ├── fusion.hpp │   │   │   │   ├── msgpack_variant_decl.hpp │   │   │   │   ├── msgpack_variant.hpp │   │   │   │   ├── optional.hpp │   │   │   │   ├── string_ref.hpp │   │   │   │   └── string_view.hpp │   │   │   ├── carray.hpp │   │   │   ├── char_ptr.hpp │   │   │   ├── check_container_size_decl.hpp │   │   │   ├── check_container_size.hpp │   │   │   ├── cpp11 │   │   │   │   ├── array_char.hpp │   │   │   │   ├── array.hpp │   │   │   │   ├── array_unsigned_char.hpp │   │   │   │   ├── chrono.hpp │   │   │   │   ├── forward_list.hpp │   │   │   │   ├── reference_wrapper.hpp │   │   │   │   ├── shared_ptr.hpp │   │   │   │   ├── timespec.hpp │   │   │   │   ├── tuple.hpp │   │   │   │   ├── unique_ptr.hpp │   │   │   │   ├── unordered_map.hpp │   │   │   │   └── unordered_set.hpp │   │   │   ├── cpp17 │   │   │   │   ├── byte.hpp │   │   │   │   ├── carray_byte.hpp │   │   │   │   ├── optional.hpp │   │   │   │   ├── string_view.hpp │   │   │   │   └── vector_byte.hpp │   │   │   ├── define_decl.hpp │   │   │   ├── define.hpp │   │   │   ├── deque.hpp │   │   │   ├── ext_decl.hpp │   │   │   ├── ext.hpp │   │   │   ├── fixint_decl.hpp │   │   │   ├── fixint.hpp │   │   │   ├── float.hpp │   │   │   ├── int_decl.hpp │   │   │   ├── int.hpp │   │   │   ├── list.hpp │   │   │   ├── map_decl.hpp │   │   │   ├── map.hpp │   │   │   ├── msgpack_tuple_decl.hpp │   │   │   ├── msgpack_tuple.hpp │   │   │   ├── nil_decl.hpp │   │   │   ├── nil.hpp │   │   │   ├── pair.hpp │   │   │   ├── raw_decl.hpp │   │   │   ├── raw.hpp │   │   │   ├── set.hpp │   │   │   ├── size_equal_only_decl.hpp │   │   │   ├── size_equal_only.hpp │   │   │   ├── string.hpp │   │   │   ├── tr1 │   │   │   │   ├── unordered_map.hpp │   │   │   │   └── unordered_set.hpp │   │   │   ├── v4raw_decl.hpp │   │   │   ├── v4raw.hpp │   │   │   ├── vector_bool.hpp │   │   │   ├── vector_char.hpp │   │   │   ├── vector.hpp │   │   │   ├── vector_unsigned_char.hpp │   │   │   └── wstring.hpp │   │   ├── cpp_config_decl.hpp │   │   ├── cpp_config.hpp │   │   ├── create_object_visitor_decl.hpp │   │   ├── create_object_visitor.hpp │   │   ├── fbuffer_decl.hpp │   │   ├── fbuffer.h │   │   ├── fbuffer.hpp │   │   ├── gcc_atomic.h │   │   ├── gcc_atomic.hpp │   │   ├── iterator_decl.hpp │   │   ├── iterator.hpp │   │   ├── meta_decl.hpp │   │   ├── meta.hpp │   │   ├── null_visitor_decl.hpp │   │   ├── null_visitor.hpp │   │   ├── object_decl.hpp │   │   ├── object_fwd_decl.hpp │   │   ├── object_fwd.hpp │   │   ├── object.h │   │   ├── object.hpp │   │   ├── pack_decl.hpp │   │   ├── pack_define.h │   │   ├── pack.h │   │   ├── pack.hpp │   │   ├── pack_template.h │   │   ├── parse_decl.hpp │   │   ├── parse.hpp │   │   ├── parse_return.hpp │   │   ├── predef │   │   │   ├── architecture │   │   │   │   ├── alpha.h │   │   │   │   ├── arm.h │   │   │   │   ├── blackfin.h │   │   │   │   ├── convex.h │   │   │   │   ├── ia64.h │   │   │   │   ├── m68k.h │   │   │   │   ├── mips.h │   │   │   │   ├── parisc.h │   │   │   │   ├── ppc.h │   │   │   │   ├── ptx.h │   │   │   │   ├── pyramid.h │   │   │   │   ├── rs6k.h │   │   │   │   ├── sparc.h │   │   │   │   ├── superh.h │   │   │   │   ├── sys370.h │   │   │   │   ├── sys390.h │   │   │   │   ├── x86 │   │   │   │   │   ├── 32.h │   │   │   │   │   └── 64.h │   │   │   │   ├── x86.h │   │   │   │   └── z.h │   │   │   ├── architecture.h │   │   │   ├── compiler │   │   │   │   ├── borland.h │   │   │   │   ├── clang.h │   │   │   │   ├── comeau.h │   │   │   │   ├── compaq.h │   │   │   │   ├── diab.h │   │   │   │   ├── digitalmars.h │   │   │   │   ├── dignus.h │   │   │   │   ├── edg.h │   │   │   │   ├── ekopath.h │   │   │   │   ├── gcc.h │   │   │   │   ├── gcc_xml.h │   │   │   │   ├── greenhills.h │   │   │   │   ├── hp_acc.h │   │   │   │   ├── iar.h │   │   │   │   ├── ibm.h │   │   │   │   ├── intel.h │   │   │   │   ├── kai.h │   │   │   │   ├── llvm.h │   │   │   │   ├── metaware.h │   │   │   │   ├── metrowerks.h │   │   │   │   ├── microtec.h │   │   │   │   ├── mpw.h │   │   │   │   ├── nvcc.h │   │   │   │   ├── palm.h │   │   │   │   ├── pgi.h │   │   │   │   ├── sgi_mipspro.h │   │   │   │   ├── sunpro.h │   │   │   │   ├── tendra.h │   │   │   │   ├── visualc.h │   │   │   │   └── watcom.h │   │   │   ├── compiler.h │   │   │   ├── detail │   │   │   │   ├── _cassert.h │   │   │   │   ├── comp_detected.h │   │   │   │   ├── endian_compat.h │   │   │   │   ├── _exception.h │   │   │   │   ├── os_detected.h │   │   │   │   ├── platform_detected.h │   │   │   │   ├── test_def.h │   │   │   │   └── test.h │   │   │   ├── hardware │   │   │   │   ├── simd │   │   │   │   │   ├── arm │   │   │   │   │   │   └── versions.h │   │   │   │   │   ├── arm.h │   │   │   │   │   ├── ppc │   │   │   │   │   │   └── versions.h │   │   │   │   │   ├── ppc.h │   │   │   │   │   ├── x86 │   │   │   │   │   │   └── versions.h │   │   │   │   │   ├── x86_amd │   │   │   │   │   │   └── versions.h │   │   │   │   │   ├── x86_amd.h │   │   │   │   │   └── x86.h │   │   │   │   └── simd.h │   │   │   ├── hardware.h │   │   │   ├── language │   │   │   │   ├── cuda.h │   │   │   │   ├── objc.h │   │   │   │   ├── stdc.h │   │   │   │   └── stdcpp.h │   │   │   ├── language.h │   │   │   ├── library │   │   │   │   ├── c │   │   │   │   │   ├── cloudabi.h │   │   │   │   │   ├── gnu.h │   │   │   │   │   ├── _prefix.h │   │   │   │   │   ├── uc.h │   │   │   │   │   ├── vms.h │   │   │   │   │   └── zos.h │   │   │   │   ├── c.h │   │   │   │   ├── std │   │   │   │   │   ├── cxx.h │   │   │   │   │   ├── dinkumware.h │   │   │   │   │   ├── libcomo.h │   │   │   │   │   ├── modena.h │   │   │   │   │   ├── msl.h │   │   │   │   │   ├── _prefix.h │   │   │   │   │   ├── roguewave.h │   │   │   │   │   ├── sgi.h │   │   │   │   │   ├── stdcpp3.h │   │   │   │   │   ├── stlport.h │   │   │   │   │   └── vacpp.h │   │   │   │   └── std.h │   │   │   ├── library.h │   │   │   ├── make.h │   │   │   ├── os │   │   │   │   ├── aix.h │   │   │   │   ├── amigaos.h │   │   │   │   ├── android.h │   │   │   │   ├── beos.h │   │   │   │   ├── bsd │   │   │   │   │   ├── bsdi.h │   │   │   │   │   ├── dragonfly.h │   │   │   │   │   ├── free.h │   │   │   │   │   ├── net.h │   │   │   │   │   └── open.h │   │   │   │   ├── bsd.h │   │   │   │   ├── cygwin.h │   │   │   │   ├── haiku.h │   │   │   │   ├── hpux.h │   │   │   │   ├── ios.h │   │   │   │   ├── irix.h │   │   │   │   ├── linux.h │   │   │   │   ├── macos.h │   │   │   │   ├── os400.h │   │   │   │   ├── qnxnto.h │   │   │   │   ├── solaris.h │   │   │   │   ├── unix.h │   │   │   │   ├── vms.h │   │   │   │   └── windows.h │   │   │   ├── os.h │   │   │   ├── other │   │   │   │   ├── endian.h │   │   │   │   └── workaround.h │   │   │   ├── other.h │   │   │   ├── platform │   │   │   │   ├── cloudabi.h │   │   │   │   ├── ios.h │   │   │   │   ├── mingw32.h │   │   │   │   ├── mingw64.h │   │   │   │   ├── mingw.h │   │   │   │   ├── windows_desktop.h │   │   │   │   ├── windows_phone.h │   │   │   │   ├── windows_runtime.h │   │   │   │   ├── windows_server.h │   │   │   │   ├── windows_store.h │   │   │   │   ├── windows_system.h │   │   │   │   └── windows_uwp.h │   │   │   ├── platform.h │   │   │   ├── version.h │   │   │   └── version_number.h │   │   ├── predef.h │   │   ├── preprocessor │   │   │   ├── arithmetic │   │   │   │   ├── add.hpp │   │   │   │   ├── dec.hpp │   │   │   │   ├── detail │   │   │   │   │   └── div_base.hpp │   │   │   │   ├── div.hpp │   │   │   │   ├── inc.hpp │   │   │   │   ├── mod.hpp │   │   │   │   ├── mul.hpp │   │   │   │   └── sub.hpp │   │   │   ├── arithmetic.hpp │   │   │   ├── array │   │   │   │   ├── data.hpp │   │   │   │   ├── detail │   │   │   │   │   └── get_data.hpp │   │   │   │   ├── elem.hpp │   │   │   │   ├── enum.hpp │   │   │   │   ├── insert.hpp │   │   │   │   ├── pop_back.hpp │   │   │   │   ├── pop_front.hpp │   │   │   │   ├── push_back.hpp │   │   │   │   ├── push_front.hpp │   │   │   │   ├── remove.hpp │   │   │   │   ├── replace.hpp │   │   │   │   ├── reverse.hpp │   │   │   │   ├── size.hpp │   │   │   │   ├── to_list.hpp │   │   │   │   ├── to_seq.hpp │   │   │   │   └── to_tuple.hpp │   │   │   ├── array.hpp │   │   │   ├── assert_msg.hpp │   │   │   ├── cat.hpp │   │   │   ├── comma.hpp │   │   │   ├── comma_if.hpp │   │   │   ├── comparison │   │   │   │   ├── equal.hpp │   │   │   │   ├── greater_equal.hpp │   │   │   │   ├── greater.hpp │   │   │   │   ├── less_equal.hpp │   │   │   │   ├── less.hpp │   │   │   │   └── not_equal.hpp │   │   │   ├── comparison.hpp │   │   │   ├── config │   │   │   │   ├── config.hpp │   │   │   │   └── limits.hpp │   │   │   ├── control │   │   │   │   ├── deduce_d.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── dmc │   │   │   │   │   │   └── while.hpp │   │   │   │   │   ├── edg │   │   │   │   │   │   └── while.hpp │   │   │   │   │   ├── msvc │   │   │   │   │   │   └── while.hpp │   │   │   │   │   └── while.hpp │   │   │   │   ├── expr_if.hpp │   │   │   │   ├── expr_iif.hpp │   │   │   │   ├── if.hpp │   │   │   │   ├── iif.hpp │   │   │   │   └── while.hpp │   │   │   ├── control.hpp │   │   │   ├── debug │   │   │   │   ├── assert.hpp │   │   │   │   ├── error.hpp │   │   │   │   └── line.hpp │   │   │   ├── debug.hpp │   │   │   ├── dec.hpp │   │   │   ├── detail │   │   │   │   ├── auto_rec.hpp │   │   │   │   ├── check.hpp │   │   │   │   ├── dmc │   │   │   │   │   └── auto_rec.hpp │   │   │   │   ├── is_binary.hpp │   │   │   │   ├── is_nullary.hpp │   │   │   │   ├── is_unary.hpp │   │   │   │   ├── null.hpp │   │   │   │   └── split.hpp │   │   │   ├── empty.hpp │   │   │   ├── enum.hpp │   │   │   ├── enum_params.hpp │   │   │   ├── enum_params_with_a_default.hpp │   │   │   ├── enum_params_with_defaults.hpp │   │   │   ├── enum_shifted.hpp │   │   │   ├── enum_shifted_params.hpp │   │   │   ├── expand.hpp │   │   │   ├── expr_if.hpp │   │   │   ├── facilities │   │   │   │   ├── apply.hpp │   │   │   │   ├── detail │   │   │   │   │   └── is_empty.hpp │   │   │   │   ├── empty.hpp │   │   │   │   ├── expand.hpp │   │   │   │   ├── identity.hpp │   │   │   │   ├── intercept.hpp │   │   │   │   ├── is_1.hpp │   │   │   │   ├── is_empty.hpp │   │   │   │   ├── is_empty_or_1.hpp │   │   │   │   ├── is_empty_variadic.hpp │   │   │   │   └── overload.hpp │   │   │   ├── facilities.hpp │   │   │   ├── for.hpp │   │   │   ├── identity.hpp │   │   │   ├── if.hpp │   │   │   ├── inc.hpp │   │   │   ├── iterate.hpp │   │   │   ├── iteration │   │   │   │   ├── detail │   │   │   │   │   ├── bounds │   │   │   │   │   │   ├── lower1.hpp │   │   │   │   │   │   ├── lower2.hpp │   │   │   │   │   │   ├── lower3.hpp │   │   │   │   │   │   ├── lower4.hpp │   │   │   │   │   │   ├── lower5.hpp │   │   │   │   │   │   ├── upper1.hpp │   │   │   │   │   │   ├── upper2.hpp │   │   │   │   │   │   ├── upper3.hpp │   │   │   │   │   │   ├── upper4.hpp │   │   │   │   │   │   └── upper5.hpp │   │   │   │   │   ├── finish.hpp │   │   │   │   │   ├── iter │   │   │   │   │   │   ├── forward1.hpp │   │   │   │   │   │   ├── forward2.hpp │   │   │   │   │   │   ├── forward3.hpp │   │   │   │   │   │   ├── forward4.hpp │   │   │   │   │   │   ├── forward5.hpp │   │   │   │   │   │   ├── reverse1.hpp │   │   │   │   │   │   ├── reverse2.hpp │   │   │   │   │   │   ├── reverse3.hpp │   │   │   │   │   │   ├── reverse4.hpp │   │   │   │   │   │   └── reverse5.hpp │   │   │   │   │   ├── local.hpp │   │   │   │   │   ├── rlocal.hpp │   │   │   │   │   ├── self.hpp │   │   │   │   │   └── start.hpp │   │   │   │   ├── iterate.hpp │   │   │   │   ├── local.hpp │   │   │   │   └── self.hpp │   │   │   ├── iteration.hpp │   │   │   ├── library.hpp │   │   │   ├── limits.hpp │   │   │   ├── list │   │   │   │   ├── adt.hpp │   │   │   │   ├── append.hpp │   │   │   │   ├── at.hpp │   │   │   │   ├── cat.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── dmc │   │   │   │   │   │   └── fold_left.hpp │   │   │   │   │   ├── edg │   │   │   │   │   │   ├── fold_left.hpp │   │   │   │   │   │   └── fold_right.hpp │   │   │   │   │   ├── fold_left.hpp │   │   │   │   │   └── fold_right.hpp │   │   │   │   ├── enum.hpp │   │   │   │   ├── filter.hpp │   │   │   │   ├── first_n.hpp │   │   │   │   ├── fold_left.hpp │   │   │   │   ├── fold_right.hpp │   │   │   │   ├── for_each.hpp │   │   │   │   ├── for_each_i.hpp │   │   │   │   ├── for_each_product.hpp │   │   │   │   ├── rest_n.hpp │   │   │   │   ├── reverse.hpp │   │   │   │   ├── size.hpp │   │   │   │   ├── to_array.hpp │   │   │   │   ├── to_seq.hpp │   │   │   │   ├── to_tuple.hpp │   │   │   │   └── transform.hpp │   │   │   ├── list.hpp │   │   │   ├── logical │   │   │   │   ├── and.hpp │   │   │   │   ├── bitand.hpp │   │   │   │   ├── bitnor.hpp │   │   │   │   ├── bitor.hpp │   │   │   │   ├── bitxor.hpp │   │   │   │   ├── bool.hpp │   │   │   │   ├── compl.hpp │   │   │   │   ├── nor.hpp │   │   │   │   ├── not.hpp │   │   │   │   ├── or.hpp │   │   │   │   └── xor.hpp │   │   │   ├── logical.hpp │   │   │   ├── max.hpp │   │   │   ├── min.hpp │   │   │   ├── punctuation │   │   │   │   ├── comma.hpp │   │   │   │   ├── comma_if.hpp │   │   │   │   ├── detail │   │   │   │   │   └── is_begin_parens.hpp │   │   │   │   ├── is_begin_parens.hpp │   │   │   │   ├── paren.hpp │   │   │   │   ├── paren_if.hpp │   │   │   │   └── remove_parens.hpp │   │   │   ├── punctuation.hpp │   │   │   ├── repeat_2nd.hpp │   │   │   ├── repeat_3rd.hpp │   │   │   ├── repeat_from_to_2nd.hpp │   │   │   ├── repeat_from_to_3rd.hpp │   │   │   ├── repeat_from_to.hpp │   │   │   ├── repeat.hpp │   │   │   ├── repetition │   │   │   │   ├── deduce_r.hpp │   │   │   │   ├── deduce_z.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── dmc │   │   │   │   │   │   └── for.hpp │   │   │   │   │   ├── edg │   │   │   │   │   │   └── for.hpp │   │   │   │   │   ├── for.hpp │   │   │   │   │   └── msvc │   │   │   │   │   └── for.hpp │   │   │   │   ├── enum_binary_params.hpp │   │   │   │   ├── enum.hpp │   │   │   │   ├── enum_params.hpp │   │   │   │   ├── enum_params_with_a_default.hpp │   │   │   │   ├── enum_params_with_defaults.hpp │   │   │   │   ├── enum_shifted_binary_params.hpp │   │   │   │   ├── enum_shifted.hpp │   │   │   │   ├── enum_shifted_params.hpp │   │   │   │   ├── enum_trailing_binary_params.hpp │   │   │   │   ├── enum_trailing.hpp │   │   │   │   ├── enum_trailing_params.hpp │   │   │   │   ├── for.hpp │   │   │   │   ├── repeat_from_to.hpp │   │   │   │   └── repeat.hpp │   │   │   ├── repetition.hpp │   │   │   ├── selection │   │   │   │   ├── max.hpp │   │   │   │   └── min.hpp │   │   │   ├── selection.hpp │   │   │   ├── seq │   │   │   │   ├── cat.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── binary_transform.hpp │   │   │   │   │   ├── is_empty.hpp │   │   │   │   │   ├── split.hpp │   │   │   │   │   └── to_list_msvc.hpp │   │   │   │   ├── elem.hpp │   │   │   │   ├── enum.hpp │   │   │   │   ├── filter.hpp │   │   │   │   ├── first_n.hpp │   │   │   │   ├── fold_left.hpp │   │   │   │   ├── fold_right.hpp │   │   │   │   ├── for_each.hpp │   │   │   │   ├── for_each_i.hpp │   │   │   │   ├── for_each_product.hpp │   │   │   │   ├── insert.hpp │   │   │   │   ├── pop_back.hpp │   │   │   │   ├── pop_front.hpp │   │   │   │   ├── push_back.hpp │   │   │   │   ├── push_front.hpp │   │   │   │   ├── remove.hpp │   │   │   │   ├── replace.hpp │   │   │   │   ├── rest_n.hpp │   │   │   │   ├── reverse.hpp │   │   │   │   ├── seq.hpp │   │   │   │   ├── size.hpp │   │   │   │   ├── subseq.hpp │   │   │   │   ├── to_array.hpp │   │   │   │   ├── to_list.hpp │   │   │   │   ├── to_tuple.hpp │   │   │   │   ├── transform.hpp │   │   │   │   └── variadic_seq_to_seq.hpp │   │   │   ├── seq.hpp │   │   │   ├── slot │   │   │   │   ├── counter.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── counter.hpp │   │   │   │   │   ├── def.hpp │   │   │   │   │   ├── shared.hpp │   │   │   │   │   ├── slot1.hpp │   │   │   │   │   ├── slot2.hpp │   │   │   │   │   ├── slot3.hpp │   │   │   │   │   ├── slot4.hpp │   │   │   │   │   └── slot5.hpp │   │   │   │   └── slot.hpp │   │   │   ├── slot.hpp │   │   │   ├── stringize.hpp │   │   │   ├── tuple │   │   │   │   ├── detail │   │   │   │   │   └── is_single_return.hpp │   │   │   │   ├── eat.hpp │   │   │   │   ├── elem.hpp │   │   │   │   ├── enum.hpp │   │   │   │   ├── insert.hpp │   │   │   │   ├── pop_back.hpp │   │   │   │   ├── pop_front.hpp │   │   │   │   ├── push_back.hpp │   │   │   │   ├── push_front.hpp │   │   │   │   ├── rem.hpp │   │   │   │   ├── remove.hpp │   │   │   │   ├── replace.hpp │   │   │   │   ├── reverse.hpp │   │   │   │   ├── size.hpp │   │   │   │   ├── to_array.hpp │   │   │   │   ├── to_list.hpp │   │   │   │   └── to_seq.hpp │   │   │   ├── tuple.hpp │   │   │   ├── variadic │   │   │   │   ├── detail │   │   │   │   │   └── is_single_return.hpp │   │   │   │   ├── elem.hpp │   │   │   │   ├── size.hpp │   │   │   │   ├── to_array.hpp │   │   │   │   ├── to_list.hpp │   │   │   │   ├── to_seq.hpp │   │   │   │   └── to_tuple.hpp │   │   │   ├── variadic.hpp │   │   │   ├── while.hpp │   │   │   └── wstringize.hpp │   │   ├── preprocessor.hpp │   │   ├── sbuffer_decl.hpp │   │   ├── sbuffer.h │   │   ├── sbuffer.hpp │   │   ├── sysdep.h │   │   ├── timestamp.h │   │   ├── type.hpp │   │   ├── unpack_decl.hpp │   │   ├── unpack_define.h │   │   ├── unpack_exception.hpp │   │   ├── unpack.h │   │   ├── unpack.hpp │   │   ├── unpack_template.h │   │   ├── util.h │   │   ├── v1 │   │   │   ├── adaptor │   │   │   │   ├── adaptor_base_decl.hpp │   │   │   │   ├── adaptor_base.hpp │   │   │   │   ├── array_ref_decl.hpp │   │   │   │   ├── array_ref.hpp │   │   │   │   ├── bool.hpp │   │   │   │   ├── boost │   │   │   │   │   ├── fusion.hpp │   │   │   │   │   ├── msgpack_variant_decl.hpp │   │   │   │   │   ├── msgpack_variant.hpp │   │   │   │   │   ├── optional.hpp │   │   │   │   │   ├── string_ref.hpp │   │   │   │   │   └── string_view.hpp │   │   │   │   ├── carray.hpp │   │   │   │   ├── char_ptr.hpp │   │   │   │   ├── check_container_size_decl.hpp │   │   │   │   ├── check_container_size.hpp │   │   │   │   ├── cpp11 │   │   │   │   │   ├── array_char.hpp │   │   │   │   │   ├── array.hpp │   │   │   │   │   ├── array_unsigned_char.hpp │   │   │   │   │   ├── chrono.hpp │   │   │   │   │   ├── forward_list.hpp │   │   │   │   │   ├── reference_wrapper.hpp │   │   │   │   │   ├── shared_ptr.hpp │   │   │   │   │   ├── timespec.hpp │   │   │   │   │   ├── tuple.hpp │   │   │   │   │   ├── unique_ptr.hpp │   │   │   │   │   ├── unordered_map.hpp │   │   │   │   │   └── unordered_set.hpp │   │   │   │   ├── cpp17 │   │   │   │   │   ├── byte.hpp │   │   │   │   │   ├── carray_byte.hpp │   │   │   │   │   ├── optional.hpp │   │   │   │   │   ├── string_view.hpp │   │   │   │   │   └── vector_byte.hpp │   │   │   │   ├── define_decl.hpp │   │   │   │   ├── define.hpp │   │   │   │   ├── deque.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── cpp03_define_array_decl.hpp │   │   │   │   │   ├── cpp03_define_array.hpp │   │   │   │   │   ├── cpp03_define_map_decl.hpp │   │   │   │   │   ├── cpp03_define_map.hpp │   │   │   │   │   ├── cpp03_msgpack_tuple_decl.hpp │   │   │   │   │   ├── cpp03_msgpack_tuple.hpp │   │   │   │   │   ├── cpp11_convert_helper.hpp │   │   │   │   │   ├── cpp11_define_array_decl.hpp │   │   │   │   │   ├── cpp11_define_array.hpp │   │   │   │   │   ├── cpp11_define_map_decl.hpp │   │   │   │   │   ├── cpp11_define_map.hpp │   │   │   │   │   ├── cpp11_msgpack_tuple_decl.hpp │   │   │   │   │   └── cpp11_msgpack_tuple.hpp │   │   │   │   ├── ext_decl.hpp │   │   │   │   ├── ext.hpp │   │   │   │   ├── fixint_decl.hpp │   │   │   │   ├── fixint.hpp │   │   │   │   ├── float.hpp │   │   │   │   ├── int_decl.hpp │   │   │   │   ├── int.hpp │   │   │   │   ├── list.hpp │   │   │   │   ├── map_decl.hpp │   │   │   │   ├── map.hpp │   │   │   │   ├── msgpack_tuple_decl.hpp │   │   │   │   ├── msgpack_tuple.hpp │   │   │   │   ├── nil_decl.hpp │   │   │   │   ├── nil.hpp │   │   │   │   ├── pair.hpp │   │   │   │   ├── raw_decl.hpp │   │   │   │   ├── raw.hpp │   │   │   │   ├── set.hpp │   │   │   │   ├── size_equal_only_decl.hpp │   │   │   │   ├── size_equal_only.hpp │   │   │   │   ├── string.hpp │   │   │   │   ├── tr1 │   │   │   │   │   ├── unordered_map.hpp │   │   │   │   │   └── unordered_set.hpp │   │   │   │   ├── v4raw_decl.hpp │   │   │   │   ├── v4raw.hpp │   │   │   │   ├── vector_bool.hpp │   │   │   │   ├── vector_char.hpp │   │   │   │   ├── vector.hpp │   │   │   │   ├── vector_unsigned_char.hpp │   │   │   │   └── wstring.hpp │   │   │   ├── cpp_config_decl.hpp │   │   │   ├── cpp_config.hpp │   │   │   ├── detail │   │   │   │   ├── cpp03_zone_decl.hpp │   │   │   │   ├── cpp03_zone.hpp │   │   │   │   ├── cpp11_zone_decl.hpp │   │   │   │   └── cpp11_zone.hpp │   │   │   ├── fbuffer_decl.hpp │   │   │   ├── fbuffer.hpp │   │   │   ├── iterator_decl.hpp │   │   │   ├── iterator.hpp │   │   │   ├── meta_decl.hpp │   │   │   ├── meta.hpp │   │   │   ├── object_decl.hpp │   │   │   ├── object_fwd_decl.hpp │   │   │   ├── object_fwd.hpp │   │   │   ├── object.hpp │   │   │   ├── pack_decl.hpp │   │   │   ├── pack.hpp │   │   │   ├── parse_return.hpp │   │   │   ├── preprocessor.hpp │   │   │   ├── sbuffer_decl.hpp │   │   │   ├── sbuffer.hpp │   │   │   ├── unpack_decl.hpp │   │   │   ├── unpack_exception.hpp │   │   │   ├── unpack.hpp │   │   │   ├── version.hpp │   │   │   ├── versioning.hpp │   │   │   ├── vrefbuffer_decl.hpp │   │   │   ├── vrefbuffer.hpp │   │   │   ├── zbuffer_decl.hpp │   │   │   ├── zbuffer.hpp │   │   │   ├── zone_decl.hpp │   │   │   └── zone.hpp │   │   ├── v2 │   │   │   ├── adaptor │   │   │   │   ├── adaptor_base_decl.hpp │   │   │   │   ├── adaptor_base.hpp │   │   │   │   ├── array_ref_decl.hpp │   │   │   │   ├── boost │   │   │   │   │   └── msgpack_variant_decl.hpp │   │   │   │   ├── check_container_size_decl.hpp │   │   │   │   ├── define_decl.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── cpp03_define_array_decl.hpp │   │   │   │   │   ├── cpp03_define_map_decl.hpp │   │   │   │   │   ├── cpp03_msgpack_tuple_decl.hpp │   │   │   │   │   ├── cpp11_define_array_decl.hpp │   │   │   │   │   ├── cpp11_define_map_decl.hpp │   │   │   │   │   └── cpp11_msgpack_tuple_decl.hpp │   │   │   │   ├── ext_decl.hpp │   │   │   │   ├── fixint_decl.hpp │   │   │   │   ├── int_decl.hpp │   │   │   │   ├── map_decl.hpp │   │   │   │   ├── msgpack_tuple_decl.hpp │   │   │   │   ├── nil_decl.hpp │   │   │   │   ├── raw_decl.hpp │   │   │   │   ├── size_equal_only_decl.hpp │   │   │   │   └── v4raw_decl.hpp │   │   │   ├── cpp_config_decl.hpp │   │   │   ├── create_object_visitor_decl.hpp │   │   │   ├── create_object_visitor.hpp │   │   │   ├── detail │   │   │   │   ├── cpp03_zone_decl.hpp │   │   │   │   └── cpp11_zone_decl.hpp │   │   │   ├── fbuffer_decl.hpp │   │   │   ├── iterator_decl.hpp │   │   │   ├── meta_decl.hpp │   │   │   ├── null_visitor_decl.hpp │   │   │   ├── null_visitor.hpp │   │   │   ├── object_decl.hpp │   │   │   ├── object_fwd_decl.hpp │   │   │   ├── object_fwd.hpp │   │   │   ├── object.hpp │   │   │   ├── pack_decl.hpp │   │   │   ├── parse_decl.hpp │   │   │   ├── parse.hpp │   │   │   ├── parse_return.hpp │   │   │   ├── sbuffer_decl.hpp │   │   │   ├── unpack_decl.hpp │   │   │   ├── unpack.hpp │   │   │   ├── vrefbuffer_decl.hpp │   │   │   ├── x3_parse_decl.hpp │   │   │   ├── x3_parse.hpp │   │   │   ├── x3_unpack_decl.hpp │   │   │   ├── x3_unpack.hpp │   │   │   ├── zbuffer_decl.hpp │   │   │   └── zone_decl.hpp │   │   ├── v3 │   │   │   ├── adaptor │   │   │   │   ├── adaptor_base_decl.hpp │   │   │   │   ├── adaptor_base.hpp │   │   │   │   ├── array_ref_decl.hpp │   │   │   │   ├── boost │   │   │   │   │   └── msgpack_variant_decl.hpp │   │   │   │   ├── check_container_size_decl.hpp │   │   │   │   ├── define_decl.hpp │   │   │   │   ├── detail │   │   │   │   │   ├── cpp03_define_array_decl.hpp │   │   │   │   │   ├── cpp03_define_map_decl.hpp │   │   │   │   │   ├── cpp03_msgpack_tuple_decl.hpp │   │   │   │   │   ├── cpp11_define_array_decl.hpp │   │   │   │   │   ├── cpp11_define_map_decl.hpp │   │   │   │   │   └── cpp11_msgpack_tuple_decl.hpp │   │   │   │   ├── ext_decl.hpp │   │   │   │   ├── fixint_decl.hpp │   │   │   │   ├── int_decl.hpp │   │   │   │   ├── map_decl.hpp │   │   │   │   ├── msgpack_tuple_decl.hpp │   │   │   │   ├── nil_decl.hpp │   │   │   │   ├── raw_decl.hpp │   │   │   │   ├── size_equal_only_decl.hpp │   │   │   │   └── v4raw_decl.hpp │   │   │   ├── cpp_config_decl.hpp │   │   │   ├── create_object_visitor_decl.hpp │   │   │   ├── detail │   │   │   │   ├── cpp03_zone_decl.hpp │   │   │   │   └── cpp11_zone_decl.hpp │   │   │   ├── fbuffer_decl.hpp │   │   │   ├── iterator_decl.hpp │   │   │   ├── meta_decl.hpp │   │   │   ├── null_visitor_decl.hpp │   │   │   ├── object_decl.hpp │   │   │   ├── object_fwd_decl.hpp │   │   │   ├── object_fwd.hpp │   │   │   ├── pack_decl.hpp │   │   │   ├── parse_decl.hpp │   │   │   ├── parse.hpp │   │   │   ├── parse_return.hpp │   │   │   ├── sbuffer_decl.hpp │   │   │   ├── unpack_decl.hpp │   │   │   ├── unpack.hpp │   │   │   ├── vrefbuffer_decl.hpp │   │   │   ├── x3_parse_decl.hpp │   │   │   ├── x3_unpack_decl.hpp │   │   │   ├── x3_unpack.hpp │   │   │   ├── zbuffer_decl.hpp │   │   │   └── zone_decl.hpp │   │   ├── version.h │   │   ├── version.hpp │   │   ├── versioning.hpp │   │   ├── version_master.h │   │   ├── vrefbuffer_decl.hpp │   │   ├── vrefbuffer.h │   │   ├── vrefbuffer.hpp │   │   ├── x3_parse_decl.hpp │   │   ├── x3_parse.hpp │   │   ├── x3_unpack_decl.hpp │   │   ├── x3_unpack.hpp │   │   ├── zbuffer_decl.hpp │   │   ├── zbuffer.h │   │   ├── zbuffer.hpp │   │   ├── zone_decl.hpp │   │   ├── zone.h │   │   └── zone.hpp │   ├── msgpack.h │   ├── msgpack.hpp │   ├── openbabel3 │   │   ├── LBFGS │   │   │   ├── LineSearchBacktracking.h │   │   │   ├── LineSearchBracketing.h │   │   │   ├── LineSearchNocedalWright.h │   │   │   └── Param.h │   │   ├── LBFGS.h │   │   └── openbabel │   │   ├── alias.h │   │   ├── atom.h │   │   ├── babelconfig.h │   │   ├── base.h │   │   ├── bitvec.h │   │   ├── bond.h │   │   ├── bondtyper.h │   │   ├── builder.h │   │   ├── canon.h │   │   ├── chains.h │   │   ├── chargemodel.h │   │   ├── chemdrawcdx.h │   │   ├── conformersearch.h │   │   ├── data.h │   │   ├── data_utilities.h │   │   ├── depict │   │   │   ├── asciipainter.h │   │   │   ├── cairopainter.h │   │   │   ├── commandpainter.h │   │   │   ├── depict.h │   │   │   ├── painter.h │   │   │   └── svgpainter.h │   │   ├── descriptor.h │   │   ├── distgeom.h │   │   ├── dlhandler.h │   │   ├── elements.h │   │   ├── fingerprint.h │   │   ├── forcefield.h │   │   ├── format.h │   │   ├── generic.h │   │   ├── graphsym.h │   │   ├── griddata.h │   │   ├── grid.h │   │   ├── groupcontrib.h │   │   ├── inchiformat.h │   │   ├── internalcoord.h │   │   ├── isomorphism.h │   │   ├── json.h │   │   ├── kekulize.h │   │   ├── kinetics.h │   │   ├── lineend.h │   │   ├── locale.h │   │   ├── math │   │   │   ├── align.h │   │   │   ├── erf.h │   │   │   ├── matrix3x3.h │   │   │   ├── spacegroup.h │   │   │   ├── transform3d.h │   │   │   └── vector3.h │   │   ├── matrix.h │   │   ├── mcdlutil.h │   │   ├── molchrg.h │   │   ├── mol.h │   │   ├── obconversion.h │   │   ├── oberror.h │   │   ├── obfunctions.h │   │   ├── obiter.h │   │   ├── obmolecformat.h │   │   ├── obutil.h │   │   ├── op.h │   │   ├── optransform.h │   │   ├── parsmart.h │   │   ├── patty.h │   │   ├── phmodel.h │   │   ├── plugin.h │   │   ├── pointgroup.h │   │   ├── query.h │   │   ├── reactionfacade.h │   │   ├── reaction.h │   │   ├── residue.h │   │   ├── ring.h │   │   ├── rotamer.h │   │   ├── rotor.h │   │   ├── spectrophore.h │   │   ├── stereo │   │   │   ├── bindings.h │   │   │   ├── cistrans.h │   │   │   ├── squareplanar.h │   │   │   ├── stereo.h │   │   │   ├── tetrahedral.h │   │   │   ├── tetranonplanar.h │   │   │   └── tetraplanar.h │   │   ├── tautomer.h │   │   ├── text.h │   │   ├── tokenst.h │   │   ├── typer.h │   │   └── xml.h │   ├── spglib.h │   └── vtk-9.3 │   ├── DICOMAppHelper.h │   ├── DICOMCallback.h │   ├── DICOMCMakeConfig.h │   ├── DICOMConfig.h │   ├── DICOMFile.h │   ├── DICOMParser.h │   ├── DICOMParserMap.h │   ├── DICOMTypes.h │   ├── octree │   │   ├── octree │   │   ├── octree_cursor.h │   │   ├── octree_cursor.txx │   │   ├── octree.h │   │   ├── octree_iterator.h │   │   ├── octree_iterator.txx │   │   ├── octree_node.h │   │   ├── octree_node.txx │   │   ├── octree_path.h │   │   ├── octree_path.txx │   │   └── octree.txx │   ├── QFilterTreeProxyModel.h │   ├── QVTKApplication.h │   ├── QVTKInteractorAdapter.h │   ├── QVTKInteractor.h │   ├── QVTKOpenGLNativeWidget.h │   ├── QVTKOpenGLStereoWidget.h │   ├── QVTKOpenGLWindow.h │   ├── QVTKRenderWidget.h │   ├── QVTKRenderWindowAdapter.h │   ├── QVTKTableModelAdapter.h │   ├── QVTKWin32Header.h │   ├── SMP │   │   ├── Common │   │   │   ├── vtkSMPThreadLocalAPI.h │   │   │   ├── vtkSMPThreadLocalImplAbstract.h │   │   │   ├── vtkSMPToolsAPI.h │   │   │   ├── vtkSMPToolsImpl.h │   │   │   └── vtkSMPToolsInternal.h │   │   ├── Sequential │   │   │   ├── vtkSMPThreadLocalImpl.h │   │   │   └── vtkSMPToolsImpl.txx │   │   └── STDThread │   │   ├── vtkSMPThreadLocalBackend.h │   │   ├── vtkSMPThreadLocalImpl.h │   │   ├── vtkSMPThreadPool.h │   │   └── vtkSMPToolsImpl.txx │   ├── verdict_defines.hpp │   ├── verdict.h │   ├── VerdictVector.hpp │   ├── vtk3DCursorRepresentation.h │   ├── vtk3DCursorWidget.h │   ├── vtk3DLinearGridCrinkleExtractor.h │   ├── vtk3DLinearGridPlaneCutter.h │   ├── vtk3DWidget.h │   ├── vtkABI.h │   ├── vtkABINamespace.h │   ├── vtkAbstractArray.h │   ├── vtkAbstractCellLinks.h │   ├── vtkAbstractCellLocator.h │   ├── vtkAbstractContextBufferId.h │   ├── vtkAbstractContextItem.h │   ├── vtkAbstractElectronicData.h │   ├── vtkAbstractGridConnectivity.h │   ├── vtkAbstractHyperTreeGridMapper.h │   ├── vtkAbstractImageInterpolator.h │   ├── vtkAbstractInteractionDevice.h │   ├── vtkAbstractMapper3D.h │   ├── vtkAbstractMapper.h │   ├── vtkAbstractParticleWriter.h │   ├── vtkAbstractPicker.h │   ├── vtkAbstractPointLocator.h │   ├── vtkAbstractPolyDataReader.h │   ├── vtkAbstractPolygonalHandleRepresentation3D.h │   ├── vtkAbstractPropPicker.h │   ├── vtkAbstractRenderDevice.h │   ├── vtkAbstractSplineRepresentation.h │   ├── vtkAbstractTransform.h │   ├── vtkAbstractVolumeMapper.h │   ├── vtkAbstractWidget.h │   ├── vtkActor2DCollection.h │   ├── vtkActor2D.h │   ├── vtkActorCollection.h │   ├── vtkActor.h │   ├── vtkAdaptiveDataSetSurfaceFilter.h │   ├── vtkAdaptiveSubdivisionFilter.h │   ├── vtkAddMembershipArray.h │   ├── vtkAdjacencyMatrixToEdgeTable.h │   ├── vtkAdjacentVertexIterator.h │   ├── vtkAffineArray.h │   ├── vtkAffineImplicitBackend.h │   ├── vtkAffineRepresentation2D.h │   ├── vtkAffineRepresentation.h │   ├── vtkAffineWidget.h │   ├── vtkAlgorithm.h │   ├── vtkAlgorithmOutput.h │   ├── vtkAmoebaMinimizer.h │   ├── vtkAMRBox.h │   ├── vtkAMRDataInternals.h │   ├── vtkAMRInformation.h │   ├── vtkAMRUtilities.h │   ├── vtkAngleRepresentation2D.h │   ├── vtkAngleRepresentation3D.h │   ├── vtkAngleRepresentation.h │   ├── vtkAngleWidget.h │   ├── vtkAngularPeriodicDataArray.h │   ├── vtkAngularPeriodicDataArray.txx │   ├── vtkAnimateModes.h │   ├── vtkAnimationCue.h │   ├── vtkAnimationScene.h │   ├── vtkAnnotatedCubeActor.h │   ├── vtkAnnotation.h │   ├── vtkAnnotationLayersAlgorithm.h │   ├── vtkAnnotationLayers.h │   ├── vtkAnnotationLink.h │   ├── vtkAOSDataArrayTemplate.h │   ├── vtkAOSDataArrayTemplate.txx │   ├── vtkAppendArcLength.h │   ├── vtkAppendCompositeDataLeaves.h │   ├── vtkAppendDataSets.h │   ├── vtkAppendFilter.h │   ├── vtkAppendLocationAttributes.h │   ├── vtkAppendPoints.h │   ├── vtkAppendPolyData.h │   ├── vtkAppendSelection.h │   ├── vtkApproximatingSubdivisionFilter.h │   ├── vtkArchiver.h │   ├── vtkArcPlotter.h │   ├── vtkArcSource.h │   ├── vtkAreaContourSpectrumFilter.h │   ├── vtkAreaPicker.h │   ├── vtkArrayCalculator.h │   ├── vtkArrayCoordinates.h │   ├── vtkArrayDataAlgorithm.h │   ├── vtkArrayData.h │   ├── vtkArrayDataReader.h │   ├── vtkArrayDataWriter.h │   ├── vtkArrayDispatchArrayList.h │   ├── vtkArrayDispatch.h │   ├── vtkArrayDispatch.txx │   ├── vtkArrayExtents.h │   ├── vtkArrayExtentsList.h │   ├── vtkArray.h │   ├── vtkArrayInterpolate.h │   ├── vtkArrayInterpolate.txx │   ├── vtkArrayIterator.h │   ├── vtkArrayIteratorIncludes.h │   ├── vtkArrayIteratorTemplate.h │   ├── vtkArrayIteratorTemplateImplicit.txx │   ├── vtkArrayIteratorTemplate.txx │   ├── vtkArrayListTemplate.h │   ├── vtkArrayListTemplate.txx │   ├── vtkArrayNorm.h │   ├── vtkArrayPrint.h │   ├── vtkArrayPrint.txx │   ├── vtkArrayRange.h │   ├── vtkArrayReader.h │   ├── vtkArrayRename.h │   ├── vtkArraySort.h │   ├── vtkArrayToTable.h │   ├── vtkArrayWeights.h │   ├── vtkArrayWriter.h │   ├── vtkArrowSource.h │   ├── vtkASCIITextCodec.h │   ├── vtkAssembly.h │   ├── vtkAssemblyNode.h │   ├── vtkAssemblyPath.h │   ├── vtkAssemblyPaths.h │   ├── vtkAssignAttribute.h │   ├── vtkAssume.h │   ├── vtkAtom.h │   ├── vtkAtomicMutex.h │   ├── vtkAttributeDataToFieldDataFilter.h │   ├── vtkAttributeDataToTableFilter.h │   ├── vtkAttributesErrorMetric.h │   ├── vtkAttributeSmoothingFilter.h │   ├── vtkAutoCorrelativeStatistics.h │   ├── vtkAutoInit.h │   ├── vtkAvatar.h │   ├── vtkAxesActor.h │   ├── vtkAxes.h │   ├── vtkAxesTransformRepresentation.h │   ├── vtkAxesTransformWidget.h │   ├── vtkAxisActor2D.h │   ├── vtkAxisActor.h │   ├── vtkAxisExtended.h │   ├── vtkAxisFollower.h │   ├── vtkAxis.h │   ├── vtkBackgroundColorMonitor.h │   ├── vtkBalloonRepresentation.h │   ├── vtkBalloonWidget.h │   ├── vtkBandedPolyDataContourFilter.h │   ├── vtkBarChartActor.h │   ├── vtkBase64InputStream.h │   ├── vtkBase64OutputStream.h │   ├── vtkBase64Utilities.h │   ├── vtkBezierContourLineInterpolator.h │   ├── vtkBezierCurve.h │   ├── vtkBezierHexahedron.h │   ├── vtkBezierInterpolation.h │   ├── vtkBezierQuadrilateral.h │   ├── vtkBezierTetra.h │   ├── vtkBezierTriangle.h │   ├── vtkBezierWedge.h │   ├── vtkBiDimensionalRepresentation2D.h │   ├── vtkBiDimensionalRepresentation.h │   ├── vtkBiDimensionalWidget.h │   ├── vtkBilinearQuadIntersection.h │   ├── vtkBillboardTextActor3D.h │   ├── vtkBinCellDataFilter.h │   ├── vtkBinnedDecimation.h │   ├── vtkBiQuadraticQuad.h │   ├── vtkBiQuadraticQuadraticHexahedron.h │   ├── vtkBiQuadraticQuadraticWedge.h │   ├── vtkBiQuadraticTriangle.h │   ├── vtkBitArray.h │   ├── vtkBitArrayIterator.h │   ├── vtkBivariateLinearTableThreshold.h │   ├── vtkBlankStructuredGrid.h │   ├── vtkBlankStructuredGridWithImage.h │   ├── vtkBlockIdScalars.h │   ├── vtkBlockItem.h │   ├── vtkBlockSelector.h │   ├── vtkBlockSortHelper.h │   ├── vtkBlueObeliskData.h │   ├── vtkBlueObeliskDataParser.h │   ├── vtkBMPReader.h │   ├── vtkBMPWriter.h │   ├── vtkBond.h │   ├── vtkBooleanOperationPolyDataFilter.h │   ├── vtkBooleanTexture.h │   ├── vtkBorderRepresentation.h │   ├── vtkBorderWidget.h │   ├── vtkBoundaryMeshQuality.h │   ├── vtkBoundedPlanePointPlacer.h │   ├── vtkBoundingBox.h │   ├── vtkBoxClipDataSet.h │   ├── vtkBox.h │   ├── vtkBoxMuellerRandomSequence.h │   ├── vtkBoxRepresentation.h │   ├── vtkBoxWidget2.h │   ├── vtkBoxWidget.h │   ├── vtkBreakPoint.h │   ├── vtkBrokenLineWidget.h │   ├── vtkBrownianPoints.h │   ├── vtkBrush.h │   ├── vtkBSPCuts.h │   ├── vtkBSPIntersections.h │   ├── vtkBSplineTransform.h │   ├── vtkBuffer.h │   ├── vtkBuild.h │   ├── vtkButterflySubdivisionFilter.h │   ├── vtkButtonRepresentation.h │   ├── vtkButtonSource.h │   ├── vtkButtonWidget.h │   ├── vtkByteSwap.h │   ├── vtkCachedStreamingDemandDrivenPipeline.h │   ├── vtkCallbackCommand.h │   ├── vtkCamera3DRepresentation.h │   ├── vtkCamera3DWidget.h │   ├── vtkCameraActor.h │   ├── vtkCamera.h │   ├── vtkCameraHandleSource.h │   ├── vtkCameraInterpolator.h │   ├── vtkCameraOrientationRepresentation.h │   ├── vtkCameraOrientationWidget.h │   ├── vtkCameraPass.h │   ├── vtkCameraPathRepresentation.h │   ├── vtkCameraPathWidget.h │   ├── vtkCameraRepresentation.h │   ├── vtkCameraWidget.h │   ├── vtkCapsuleSource.h │   ├── vtkCaptionActor2D.h │   ├── vtkCaptionRepresentation.h │   ├── vtkCaptionWidget.h │   ├── vtkCardinalSpline.h │   ├── vtkCastToConcrete.h │   ├── vtkCategoryLegend.h │   ├── vtkCell3D.h │   ├── vtkCellArray.h │   ├── vtkCellArrayIterator.h │   ├── vtkCellAttribute.h │   ├── vtkCellCenterDepthSort.h │   ├── vtkCellCenters.h │   ├── vtkCellCentersPointPlacer.h │   ├── vtkCellData.h │   ├── vtkCellDataToPointData.h │   ├── vtkCellDerivatives.h │   ├── vtkCellGridAlgorithm.h │   ├── vtkCellGridBoundsQuery.h │   ├── vtkCellGrid.h │   ├── vtkCellGridMapper.h │   ├── vtkCellGridQuery.h │   ├── vtkCellGridResponderBase.h │   ├── vtkCellGridResponder.h │   ├── vtkCellGridResponders.h │   ├── vtkCellGridSidesQuery.h │   ├── vtkCell.h │   ├── vtkCellIterator.h │   ├── vtkCellLinks.h │   ├── vtkCellLocator.h │   ├── vtkCellLocatorStrategy.h │   ├── vtkCellMetadata.h │   ├── vtkCellPicker.h │   ├── vtkCellQuality.h │   ├── vtkCellSizeFilter.h │   ├── vtkCellTreeLocator.h │   ├── vtkCellType.h │   ├── vtkCellTypes.h │   ├── vtkCellTypeSource.h │   ├── vtkCellValidator.h │   ├── vtkCenteredSliderRepresentation.h │   ├── vtkCenteredSliderWidget.h │   ├── vtkCenterOfMass.h │   ├── vtkCharArray.h │   ├── vtkChartBox.h │   ├── vtkChart.h │   ├── vtkChartHistogram2D.h │   ├── vtkChartLegend.h │   ├── vtkChartMatrix.h │   ├── vtkChartParallelCoordinates.h │   ├── vtkChartPie.h │   ├── vtkChartsCoreModule.h │   ├── vtkChartXY.h │   ├── vtkChartXYZ.h │   ├── vtkCheckerboardRepresentation.h │   ├── vtkCheckerboardSplatter.h │   ├── vtkCheckerboardWidget.h │   ├── vtkChemistryConfigure.h │   ├── vtkCIEDE2000.h │   ├── vtkCleanPolyData.h │   ├── vtkCleanUnstructuredGridCells.h │   ├── vtkCleanUnstructuredGrid.h │   ├── vtkClearRGBPass.h │   ├── vtkClearZPass.h │   ├── vtkClientSocket.h │   ├── vtkClipClosedSurface.h │   ├── vtkClipConvexPolyData.h │   ├── vtkClipDataSet.h │   ├── vtkClipPolyData.h │   ├── vtkClipVolume.h │   ├── vtkClosedSurfacePointPlacer.h │   ├── vtkClosestNPointsStrategy.h │   ├── vtkClosestPointStrategy.h │   ├── vtkCoincidentPoints.h │   ├── vtkCollapseGraph.h │   ├── vtkCollapseVerticesByArray.h │   ├── vtkCollection.h │   ├── vtkCollectionIterator.h │   ├── vtkCollectionRange.h │   ├── vtkCollisionDetectionFilter.h │   ├── vtkColor.h │   ├── vtkColorLegend.h │   ├── vtkColorSeries.h │   ├── vtkColorTransferControlPointsItem.h │   ├── vtkColorTransferFunction.h │   ├── vtkColorTransferFunctionItem.h │   ├── vtkCommand.h │   ├── vtkCommonColorModule.h │   ├── vtkCommonComputationalGeometryModule.h │   ├── vtkCommonCoreModule.h │   ├── vtkCommonDataModelModule.h │   ├── vtkCommonExecutionModelModule.h │   ├── vtkCommonInformationKeyManager.h │   ├── vtkCommonMathModule.h │   ├── vtkCommonMiscModule.h │   ├── vtkCommonSystemModule.h │   ├── vtkCommonTransformsModule.h │   ├── vtkCommunicator.h │   ├── vtkCompassRepresentation.h │   ├── vtkCompassWidget.h │   ├── vtkCompiler.h │   ├── vtkCompositeArray.h │   ├── vtkCompositeControlPointsItem.h │   ├── vtkCompositeCutter.h │   ├── vtkCompositeDataDisplayAttributes.h │   ├── vtkCompositeDataDisplayAttributesLegacy.h │   ├── vtkCompositeDataGeometryFilter.h │   ├── vtkCompositeDataIterator.h │   ├── vtkCompositeDataPipeline.h │   ├── vtkCompositeDataProbeFilter.h │   ├── vtkCompositeDataReader.h │   ├── vtkCompositeDataSetAlgorithm.h │   ├── vtkCompositeDataSet.h │   ├── vtkCompositeDataSetNodeReference.h │   ├── vtkCompositeDataSetRange.h │   ├── vtkCompositeDataSet.txx │   ├── vtkCompositeDataWriter.h │   ├── vtkCompositeImplicitBackend.h │   ├── vtkCompositeImplicitBackend.txx │   ├── vtkCompositeMapperHelper2.h │   ├── vtkCompositePolyDataMapper2.h │   ├── vtkCompositePolyDataMapperDelegator.h │   ├── vtkCompositePolyDataMapper.h │   ├── vtkCompositeTransferFunctionItem.h │   ├── vtkComputeQuantiles.h │   ├── vtkComputeQuartiles.h │   ├── vtkCone.h │   ├── vtkConeSource.h │   ├── vtkConnectivityFilter.h │   ├── vtkConstantArray.h │   ├── vtkConstantImplicitBackend.h │   ├── vtkConstrainedPointHandleRepresentation.h │   ├── vtkConstrainedSmoothingFilter.h │   ├── vtkContext2D.h │   ├── vtkContext3D.h │   ├── vtkContextActor.h │   ├── vtkContextArea.h │   ├── vtkContextClip.h │   ├── vtkContextDevice2D.h │   ├── vtkContextDevice3D.h │   ├── vtkContextInteractorStyle.h │   ├── vtkContextItem.h │   ├── vtkContextKeyEvent.h │   ├── vtkContextMapper2D.h │   ├── vtkContextMouseEvent.h │   ├── vtkContextPolygon.h │   ├── vtkContextScene.h │   ├── vtkContextTransform.h │   ├── vtkContextView.h │   ├── vtkContingencyStatistics.h │   ├── vtkContinuousScatterplot.h │   ├── vtkContinuousValueWidget.h │   ├── vtkContinuousValueWidgetRepresentation.h │   ├── vtkContour3DLinearGrid.h │   ├── vtkContourFilter.h │   ├── vtkContourGrid.h │   ├── vtkContourHelper.h │   ├── vtkContourLineInterpolator.h │   ├── vtkContourLoopExtraction.h │   ├── vtkContourRepresentation.h │   ├── vtkContourTriangulator.h │   ├── vtkContourValues.h │   ├── vtkContourWidget.h │   ├── vtkControlPointsItem.h │   ├── vtkConvertSelectionDomain.h │   ├── vtkConvertSelection.h │   ├── vtkConvertToMultiBlockDataSet.h │   ├── vtkConvertToPartitionedDataSetCollection.h │   ├── vtkConvertToPolyhedra.h │   ├── vtkConvexHull2D.h │   ├── vtkConvexPointSet.h │   ├── vtkCookieCutter.h │   ├── vtkCoordinateFrame.h │   ├── vtkCoordinateFrameRepresentation.h │   ├── vtkCoordinateFrameWidget.h │   ├── vtkCoordinate.h │   ├── vtkCornerAnnotation.h │   ├── vtkCorrelativeStatistics.h │   ├── vtkCountFaces.h │   ├── vtkCountVertices.h │   ├── vtkCriticalSection.h │   ├── vtkCubeAxesActor2D.h │   ├── vtkCubeAxesActor.h │   ├── vtkCubeSource.h │   ├── vtkCubicLine.h │   ├── vtkCullerCollection.h │   ├── vtkCuller.h │   ├── vtkCursor2D.h │   ├── vtkCursor3D.h │   ├── vtkCurvatures.h │   ├── vtkCurveRepresentation.h │   ├── vtkCutter.h │   ├── vtkCxxABIConfigure.h │   ├── vtkCylinder.h │   ├── vtkCylinderSource.h │   ├── vtkCylindricalTransform.h │   ├── vtkDataArrayAccessor.h │   ├── vtkDataArrayCollection.h │   ├── vtkDataArrayCollectionIterator.h │   ├── vtkDataArray.h │   ├── vtkDataArrayIteratorMacro.h │   ├── vtkDataArrayMeta.h │   ├── vtkDataArrayRange.h │   ├── vtkDataArraySelection.h │   ├── vtkDataArrayTupleRange_AOS.h │   ├── vtkDataArrayTupleRange_Generic.h │   ├── vtkDataArrayValueRange_AOS.h │   ├── vtkDataArrayValueRange_Generic.h │   ├── vtkDataAssembly.h │   ├── vtkDataAssemblyUtilities.h │   ├── vtkDataAssemblyVisitor.h │   ├── vtkDataCompressor.h │   ├── vtkDataObjectAlgorithm.h │   ├── vtkDataObjectCollection.h │   ├── vtkDataObjectGenerator.h │   ├── vtkDataObject.h │   ├── vtkDataObjectReader.h │   ├── vtkDataObjectToDataSetFilter.h │   ├── vtkDataObjectToTable.h │   ├── vtkDataObjectTree.h │   ├── vtkDataObjectTreeInternals.h │   ├── vtkDataObjectTreeIterator.h │   ├── vtkDataObjectTreeRange.h │   ├── vtkDataObjectTypes.h │   ├── vtkDataObjectWriter.h │   ├── vtkDataReader.h │   ├── vtkDataRepresentation.h │   ├── vtkDataSetAlgorithm.h │   ├── vtkDataSetAttributesFieldList.h │   ├── vtkDataSetAttributes.h │   ├── vtkDataSetCellIterator.h │   ├── vtkDataSetCollection.h │   ├── vtkDataSetEdgeSubdivisionCriterion.h │   ├── vtkDataSetGradient.h │   ├── vtkDataSetGradientPrecompute.h │   ├── vtkDataSet.h │   ├── vtkDataSetMapper.h │   ├── vtkDataSetReader.h │   ├── vtkDataSetRegionSurfaceFilter.h │   ├── vtkDataSetSurfaceFilter.h │   ├── vtkDataSetToDataObjectFilter.h │   ├── vtkDataSetTriangleFilter.h │   ├── vtkDataSetWriter.h │   ├── vtkDataTransferHelper.h │   ├── vtkDataWriter.h │   ├── vtkDateToNumeric.h │   ├── vtkDebug.h │   ├── vtkDebugLeaks.h │   ├── vtkDebugLeaksManager.h │   ├── vtkDebugRangeIterators.h │   ├── vtkDecimatePolylineFilter.h │   ├── vtkDecimatePro.h │   ├── vtkDefaultPass.h │   ├── vtkDeflectNormals.h │   ├── vtkDeformPointSet.h │   ├── vtkDelaunay2D.h │   ├── vtkDelaunay3D.h │   ├── vtkDelimitedTextWriter.h │   ├── vtkDemandDrivenPipeline.h │   ├── vtkDEMReader.h │   ├── vtkDenseArray.h │   ├── vtkDenseArray.txx │   ├── vtkDensifyPolyData.h │   ├── vtkDeprecation.h │   ├── vtkDepthImageProcessingPass.h │   ├── vtkDepthOfFieldPass.h │   ├── vtkDepthPeelingPass.h │   ├── vtkDepthSortPolyData.h │   ├── vtkDescriptiveStatistics.h │   ├── vtkDiagonalMatrixSource.h │   ├── vtkDicer.h │   ├── vtkDICOMImageReader.h │   ├── vtkDICOMParserModule.h │   ├── vtkDijkstraGraphGeodesicPath.h │   ├── vtkDijkstraImageContourLineInterpolator.h │   ├── vtkDijkstraImageGeodesicPath.h │   ├── vtkDirectedAcyclicGraph.h │   ├── vtkDirectedGraphAlgorithm.h │   ├── vtkDirectedGraph.h │   ├── vtkDirectionEncoder.h │   ├── vtkDirectory.h │   ├── vtkDiscreteFlyingEdges2D.h │   ├── vtkDiscreteFlyingEdges3D.h │   ├── vtkDiscreteFlyingEdgesClipper2D.h │   ├── vtkDiscreteMarchingCubes.h │   ├── vtkDiscretizableColorTransferFunction.h │   ├── vtkDiskSource.h │   ├── vtkDisplaySizedImplicitPlaneRepresentation.h │   ├── vtkDisplaySizedImplicitPlaneWidget.h │   ├── vtkDistancePolyDataFilter.h │   ├── vtkDistanceRepresentation2D.h │   ├── vtkDistanceRepresentation3D.h │   ├── vtkDistanceRepresentation.h │   ├── vtkDistanceToCamera.h │   ├── vtkDistanceWidget.h │   ├── vtkDistributedGraphHelper.h │   ├── vtkdiy2 │   │   └── include │   │   └── vtkdiy2 │   │   ├── algorithms.hpp │   │   ├── assigner.hpp │   │   ├── chobo │   │   │   └── small_vector.hpp │   │   ├── collection.hpp │   │   ├── communicator.hpp │   │   ├── constants.h │   │   ├── critical-resource.hpp │   │   ├── decomposition.hpp │   │   ├── detail │   │   │   ├── algorithms │   │   │   │   ├── kdtree.hpp │   │   │   │   ├── kdtree-sampling.hpp │   │   │   │   └── sort.hpp │   │   │   ├── block_traits.hpp │   │   │   ├── master │   │   │   │   ├── collectives.hpp │   │   │   │   ├── commands.hpp │   │   │   │   ├── communication.hpp │   │   │   │   ├── execution.hpp │   │   │   │   ├── iexchange-collective.hpp │   │   │   │   ├── iexchange-dud.hpp │   │   │   │   └── iexchange.hpp │   │   │   ├── reduce │   │   │   │   └── all-to-all.hpp │   │   │   └── traits.hpp │   │   ├── dynamic-point.hpp │   │   ├── factory.hpp │   │   ├── fmt │   │   │   ├── chrono.h │   │   │   ├── color.h │   │   │   ├── compile.h │   │   │   ├── core.h │   │   │   ├── format.cc │   │   │   ├── format.h │   │   │   ├── format-inl.h │   │   │   ├── locale.h │   │   │   ├── ostream.h │   │   │   ├── posix.cc │   │   │   ├── posix.h │   │   │   ├── printf.h │   │   │   ├── ranges.h │   │   │   └── safe-duration-cast.h │   │   ├── grid.hpp │   │   ├── io │   │   │   ├── block.hpp │   │   │   ├── bov.hpp │   │   │   ├── numpy.hpp │   │   │   ├── shared.hpp │   │   │   └── utils.hpp │   │   ├── link.hpp │   │   ├── log.hpp │   │   ├── master.hpp │   │   ├── mpi │   │   │   ├── collectives.hpp │   │   │   ├── communicator.hpp │   │   │   ├── constants.hpp │   │   │   ├── datatypes.hpp │   │   │   ├── io.hpp │   │   │   ├── no-mpi.hpp │   │   │   ├── operations.hpp │   │   │   ├── optional.hpp │   │   │   ├── point-to-point.hpp │   │   │   ├── request.hpp │   │   │   ├── status.hpp │   │   │   └── window.hpp │   │   ├── mpi.hpp │   │   ├── no-thread.hpp │   │   ├── partners │   │   │   ├── all-reduce.hpp │   │   │   ├── broadcast.hpp │   │   │   ├── common.hpp │   │   │   ├── merge.hpp │   │   │   └── swap.hpp │   │   ├── pick.hpp │   │   ├── point.hpp │   │   ├── proxy.hpp │   │   ├── reduce.hpp │   │   ├── reduce-operations.hpp │   │   ├── resolve.hpp │   │   ├── serialization.hpp │   │   ├── stats.hpp │   │   ├── storage.hpp │   │   ├── thread │   │   │   └── fast_mutex.h │   │   ├── thread.hpp │   │   ├── time.hpp │   │   ├── types.hpp │   │   ├── version.hpp │   │   └── vertices.hpp │   ├── vtk_diy2.h │   ├── vtkDIYDataExchanger.h │   ├── vtkDIYExplicitAssigner.h │   ├── vtkDIYGhostUtilities.h │   ├── vtkDIYGhostUtilities.txx │   ├── vtkDIYUtilities.h │   ├── vtkDIYUtilities.txx │   ├── vtkDomainsChemistryModule.h │   ├── vtkDomainsChemistryOpenGL2Module.h │   ├── vtkDotProductSimilarity.h │   ├── vtkDoubleArray.h │   ├── vtkdoubleconversion │   │   ├── bignum.h │   │   ├── cached-powers.h │   │   ├── diy-fp.h │   │   ├── double-conversion.h │   │   ├── fast-dtoa.h │   │   ├── fixed-dtoa.h │   │   ├── ieee.h │   │   ├── strtod.h │   │   ├── utils.h │   │   └── vtkdoubleconversion_export.h │   ├── vtk_doubleconversion.h │   ├── vtkDSPFilterDefinition.h │   ├── vtkDSPFilterGroup.h │   ├── vtkDualDepthPeelingPass.h │   ├── vtkDummyCommunicator.h │   ├── vtkDummyController.h │   ├── vtkDummyGPUInfoList.h │   ├── vtkDynamic2DLabelMapper.h │   ├── vtkDynamicLoader.h │   ├── vtkEarthSource.h │   ├── vtkEdgeCenters.h │   ├── vtkEdgeListIterator.h │   ├── vtkEdgePoints.h │   ├── vtkEdgeSubdivisionCriterion.h │   ├── vtkEdgeTable.h │   ├── vtkEDLShading.h │   ├── vtk_eigen.h │   ├── vtkElevationFilter.h │   ├── vtkEllipseArcSource.h │   ├── vtkEllipsoidTensorProbeRepresentation.h │   ├── vtkEllipticalButtonSource.h │   ├── vtkEmptyCell.h │   ├── vtkEmptyRepresentation.h │   ├── vtkEncodedGradientEstimator.h │   ├── vtkEncodedGradientShader.h │   ├── vtkEndian.h │   ├── vtkEnsembleSource.h │   ├── vtkEqualizerContextItem.h │   ├── vtkEqualizerFilter.h │   ├── vtkEquirectangularToCubeMapTexture.h │   ├── vtkErrorCode.h │   ├── vtkEventData.h │   ├── vtkEventForwarderCommand.h │   ├── vtkEvent.h │   ├── vtkEventQtSlotConnect.h │   ├── vtkExecutableRunner.h │   ├── vtkExecutionTimer.h │   ├── vtkExecutive.h │   ├── vtkExpandMarkedElements.h │   ├── vtkExpandSelectedGraph.h │   ├── vtkexpat │   │   └── lib │   │   ├── expat_external.h │   │   ├── expat.h │   │   └── vtk_expat_mangle.h │   ├── vtk_expat.h │   ├── vtkExplicitStructuredGridAlgorithm.h │   ├── vtkExplicitStructuredGridCrop.h │   ├── vtkExplicitStructuredGrid.h │   ├── vtkExplicitStructuredGridSurfaceFilter.h │   ├── vtkExplicitStructuredGridToUnstructuredGrid.h │   ├── vtkexprtk │   │   └── exprtk.hpp │   ├── vtkExprTkFunctionParser.h │   ├── vtk_exprtk.h │   ├── vtkExtentRCBPartitioner.h │   ├── vtkExtentSplitter.h │   ├── vtkExtentTranslator.h │   ├── vtkExtractArray.h │   ├── vtkExtractBlock.h │   ├── vtkExtractBlockUsingDataAssembly.h │   ├── vtkExtractCellsAlongPolyLine.h │   ├── vtkExtractCellsByType.h │   ├── vtkExtractCells.h │   ├── vtkExtractDataArraysOverTime.h │   ├── vtkExtractDataOverTime.h │   ├── vtkExtractDataSets.h │   ├── vtkExtractEdges.h │   ├── vtkExtractExodusGlobalTemporalVariables.h │   ├── vtkExtractFunctionalBagPlot.h │   ├── vtkExtractGeometry.h │   ├── vtkExtractGhostCells.h │   ├── vtkExtractGrid.h │   ├── vtkExtractHistogram.h │   ├── vtkExtractLevel.h │   ├── vtkExtractParticlesOverTime.h │   ├── vtkExtractPolyDataGeometry.h │   ├── vtkExtractRectilinearGrid.h │   ├── vtkExtractSelectedArraysOverTime.h │   ├── vtkExtractSelectedBlock.h │   ├── vtkExtractSelectedFrustum.h │   ├── vtkExtractSelectedGraph.h │   ├── vtkExtractSelectedIds.h │   ├── vtkExtractSelectedLocations.h │   ├── vtkExtractSelectedPolyDataIds.h │   ├── vtkExtractSelectedRows.h │   ├── vtkExtractSelectedThresholds.h │   ├── vtkExtractSelectedTree.h │   ├── vtkExtractSelectionBase.h │   ├── vtkExtractSelection.h │   ├── vtkExtractStructuredGridHelper.h │   ├── vtkExtractTensorComponents.h │   ├── vtkExtractTimeSteps.h │   ├── vtkExtractUnstructuredGrid.h │   ├── vtkExtractVectorComponents.h │   ├── vtkExtractVOI.h │   ├── vtkFacetReader.h │   ├── vtkfast_float │   │   └── vtkfast_float │   │   ├── ascii_number.h │   │   ├── bigint.h │   │   ├── decimal_to_binary.h │   │   ├── digit_comparison.h │   │   ├── fast_float.h │   │   ├── fast_table.h │   │   ├── float_common.h │   │   ├── parse_number.h │   │   ├── simple_decimal_conversion.h │   │   └── vtkfast_float_mangle.h │   ├── vtkfast_float.h │   ├── vtkFastSplatter.h │   ├── vtkFeatureEdges.h │   ├── vtkFeatures.h │   ├── vtkFFT.h │   ├── vtkFFT.txx │   ├── vtkFieldData.h │   ├── vtkFieldDataSerializer.h │   ├── vtkFieldDataToAttributeDataFilter.h │   ├── vtkFieldDataToDataSetAttribute.h │   ├── vtkFileOutputWindow.h │   ├── vtkFileResourceStream.h │   ├── vtkFillHolesFilter.h │   ├── vtkFilteringInformationKeyManager.h │   ├── vtkFiltersCoreModule.h │   ├── vtkFiltersExtractionModule.h │   ├── vtkFiltersGeneralModule.h │   ├── vtkFiltersGeometryModule.h │   ├── vtkFiltersHybridModule.h │   ├── vtkFiltersHyperTreeModule.h │   ├── vtkFiltersModelingModule.h │   ├── vtkFiltersSourcesModule.h │   ├── vtkFiltersStatisticsModule.h │   ├── vtkFiltersTextureModule.h │   ├── vtkFiltersVerdictModule.h │   ├── vtkFindCellStrategy.h │   ├── vtkFiniteDifferenceGradientEstimator.h │   ├── vtkFiniteElementFieldDistributor.h │   ├── vtkFinitePlaneRepresentation.h │   ├── vtkFinitePlaneWidget.h │   ├── vtkFitToHeightMapFilter.h │   ├── vtkFixedPointRayCastImage.h │   ├── vtkFixedPointVolumeRayCastCompositeGOHelper.h │   ├── vtkFixedPointVolumeRayCastCompositeGOShadeHelper.h │   ├── vtkFixedPointVolumeRayCastCompositeHelper.h │   ├── vtkFixedPointVolumeRayCastCompositeShadeHelper.h │   ├── vtkFixedPointVolumeRayCastHelper.h │   ├── vtkFixedPointVolumeRayCastMapper.h │   ├── vtkFixedPointVolumeRayCastMIPHelper.h │   ├── vtkFixedSizeHandleRepresentation3D.h │   ├── vtkFlagpoleLabel.h │   ├── vtkFloatArray.h │   ├── vtkFloatingPointExceptions.h │   ├── vtkFlyingEdges2D.h │   ├── vtkFlyingEdges3D.h │   ├── vtkFlyingEdgesPlaneCutter.h │   ├── vtkfmt │   │   └── vtkfmt │   │   ├── args.h │   │   ├── chrono.h │   │   ├── color.h │   │   ├── compile.h │   │   ├── core.h │   │   ├── format.h │   │   ├── format-inl.h │   │   ├── os.h │   │   ├── ostream.h │   │   ├── printf.h │   │   ├── ranges.h │   │   ├── std.h │   │   └── xchar.h │   ├── vtk_fmt.h │   ├── vtkFocalPlaneContourRepresentation.h │   ├── vtkFocalPlanePointPlacer.h │   ├── vtkFollower.h │   ├── vtkForceTime.h │   ├── vtkFrameBufferObjectBase.h │   ├── vtkFramebufferPass.h │   ├── vtkfreetype │   │   └── include │   │   ├── freetype │   │   │   ├── config │   │   │   │   ├── ftconfig.h │   │   │   │   ├── ftheader.h │   │   │   │   ├── ftmodule.h │   │   │   │   ├── ftoption.h │   │   │   │   ├── ftstdlib.h │   │   │   │   ├── integer-types.h │   │   │   │   ├── mac-support.h │   │   │   │   └── public-macros.h │   │   │   ├── freetype.h │   │   │   ├── ftadvanc.h │   │   │   ├── ftbbox.h │   │   │   ├── ftbdf.h │   │   │   ├── ftbitmap.h │   │   │   ├── ftbzip2.h │   │   │   ├── ftcache.h │   │   │   ├── ftcid.h │   │   │   ├── ftcolor.h │   │   │   ├── ftdriver.h │   │   │   ├── fterrdef.h │   │   │   ├── fterrors.h │   │   │   ├── ftfntfmt.h │   │   │   ├── ftgasp.h │   │   │   ├── ftglyph.h │   │   │   ├── ftgxval.h │   │   │   ├── ftgzip.h │   │   │   ├── ftimage.h │   │   │   ├── ftincrem.h │   │   │   ├── ftlcdfil.h │   │   │   ├── ftlist.h │   │   │   ├── ftlogging.h │   │   │   ├── ftlzw.h │   │   │   ├── ftmac.h │   │   │   ├── ftmm.h │   │   │   ├── ftmodapi.h │   │   │   ├── ftmoderr.h │   │   │   ├── ftotval.h │   │   │   ├── ftoutln.h │   │   │   ├── ftparams.h │   │   │   ├── ftpfr.h │   │   │   ├── ftrender.h │   │   │   ├── ftsizes.h │   │   │   ├── ftsnames.h │   │   │   ├── ftstroke.h │   │   │   ├── ftsynth.h │   │   │   ├── ftsystem.h │   │   │   ├── fttrigon.h │   │   │   ├── fttypes.h │   │   │   ├── ftwinfnt.h │   │   │   ├── t1tables.h │   │   │   ├── ttnameid.h │   │   │   ├── tttables.h │   │   │   └── tttags.h │   │   ├── ft2build.h │   │   └── vtk_freetype_mangle.h │   ├── vtk_freetype.h │   ├── vtkFreeTypeLabelRenderStrategy.h │   ├── vtkFreeTypeStringToImage.h │   ├── vtkFreeTypeTools.h │   ├── vtkFrustumCoverageCuller.h │   ├── vtkFrustumSelector.h │   ├── vtkFrustumSource.h │   ├── vtkFunctionParser.h │   ├── vtkFunctionSet.h │   ├── vtkFXAAOptions.h │   ├── vtkGarbageCollector.h │   ├── vtkGarbageCollectorManager.h │   ├── vtkGaussianBlurPass.h │   ├── vtkGaussianRandomSequence.h │   ├── vtkGaussianSplatter.h │   ├── vtkGeneralTransform.h │   ├── vtkGenerateIndexArray.h │   ├── vtkGenerateTimeSteps.h │   ├── vtkGenericAdaptorCell.h │   ├── vtkGenericAttributeCollection.h │   ├── vtkGenericAttribute.h │   ├── vtkGenericCell.h │   ├── vtkGenericCellIterator.h │   ├── vtkGenericCellTessellator.h │   ├── vtkGenericDataArray.h │   ├── vtkGenericDataArrayLookupHelper.h │   ├── vtkGenericDataArray.txx │   ├── vtkGenericDataObjectReader.h │   ├── vtkGenericDataObjectWriter.h │   ├── vtkGenericDataSet.h │   ├── vtkGenericEdgeTable.h │   ├── vtkGenericImageInterpolator.h │   ├── vtkGenericInterpolatedVelocityField.h │   ├── vtkGenericOpenGLRenderWindow.h │   ├── vtkGenericPointIterator.h │   ├── vtkGenericRenderWindowInteractor.h │   ├── vtkGenericSubdivisionErrorMetric.h │   ├── vtkGenericVertexAttributeMapping.h │   ├── vtkGeodesicPath.h │   ├── vtkGeometricErrorMetric.h │   ├── vtkGeometryFilter.h │   ├── vtkGESignaReader.h │   ├── vtkglew │   │   └── include │   │   └── GL │   │   ├── glew.h │   │   ├── glxew.h │   │   ├── vtk_glew_mangle.h │   │   └── wglew.h │   ├── vtk_glew.h │   ├── vtkGlobFileNames.h │   ├── vtkGlyph2D.h │   ├── vtkGlyph3D.h │   ├── vtkGlyph3DMapper.h │   ├── vtkGlyphSource2D.h │   ├── vtkGPUInfo.h │   ├── vtkGPUInfoListArray.h │   ├── vtkGPUInfoList.h │   ├── vtkGPUVolumeRayCastMapper.h │   ├── vtkGradientFilter.h │   ├── vtkGraphAlgorithm.h │   ├── vtkGraphAnnotationLayersFilter.h │   ├── vtkGraphEdge.h │   ├── vtkGraphGeodesicPath.h │   ├── vtkGraph.h │   ├── vtkGraphHierarchicalBundleEdges.h │   ├── vtkGraphicsFactory.h │   ├── vtkGraphInternals.h │   ├── vtkGraphLayoutFilter.h │   ├── vtkGraphMapper.h │   ├── vtkGraphReader.h │   ├── vtkGraphToGlyphs.h │   ├── vtkGraphToPoints.h │   ├── vtkGraphToPolyData.h │   ├── vtkGraphWeightEuclideanDistanceFilter.h │   ├── vtkGraphWeightFilter.h │   ├── vtkGraphWriter.h │   ├── vtkGreedyTerrainDecimation.h │   ├── vtkGridSynchronizedTemplates3D.h │   ├── vtkGridTransform.h │   ├── vtkGroupDataSetsFilter.h │   ├── vtkGroupLeafVertices.h │   ├── vtkGroupTimeStepsFilter.h │   ├── vtkGUISupportQtModule.h │   ├── vtkHandleRepresentation.h │   ├── vtkHandleSource.h │   ├── vtkHandleWidget.h │   ├── vtkHardwarePicker.h │   ├── vtkHardwareSelector.h │   ├── vtkHardwareWindow.h │   ├── vtkHausdorffDistancePointSetFilter.h │   ├── vtkHDRReader.h │   ├── vtkHeap.h │   ├── vtkHedgeHog.h │   ├── vtkHexagonalPrism.h │   ├── vtkHexahedron.h │   ├── vtkHiddenLineRemovalPass.h │   ├── vtkHierarchicalBoxDataIterator.h │   ├── vtkHierarchicalBoxDataSetAlgorithm.h │   ├── vtkHierarchicalBoxDataSet.h │   ├── vtkHierarchicalDataExtractDataSets.h │   ├── vtkHierarchicalDataExtractLevel.h │   ├── vtkHierarchicalDataLevelFilter.h │   ├── vtkHierarchicalDataSetGeometryFilter.h │   ├── vtkHierarchicalPolyDataMapper.h │   ├── vtkHigherOrderCurve.h │   ├── vtkHigherOrderHexahedron.h │   ├── vtkHigherOrderInterpolation.h │   ├── vtkHigherOrderQuadrilateral.h │   ├── vtkHigherOrderTetra.h │   ├── vtkHigherOrderTriangle.h │   ├── vtkHigherOrderWedge.h │   ├── vtkHighestDensityRegionsStatistics.h │   ├── vtkHomogeneousTransform.h │   ├── vtkHoverWidget.h │   ├── vtkHull.h │   ├── vtkHyperStreamline.h │   ├── vtkHyperTreeCursor.h │   ├── vtkHyperTreeGridAlgorithm.h │   ├── vtkHyperTreeGridAxisClip.h │   ├── vtkHyperTreeGridAxisCut.h │   ├── vtkHyperTreeGridAxisReflection.h │   ├── vtkHyperTreeGridCellCenters.h │   ├── vtkHyperTreeGridContour.h │   ├── vtkHyperTreeGridDepthLimiter.h │   ├── vtkHyperTreeGridEntry.h │   ├── vtkHyperTreeGridEvaluateCoarse.h │   ├── vtkHyperTreeGridGeometricLocator.h │   ├── vtkHyperTreeGridGeometryEntry.h │   ├── vtkHyperTreeGridGeometry.h │   ├── vtkHyperTreeGridGeometryLevelEntry.h │   ├── vtkHyperTreeGridGeometryUnlimitedEntry.h │   ├── vtkHyperTreeGridGeometryUnlimitedLevelEntry.h │   ├── vtkHyperTreeGridGradient.h │   ├── vtkHyperTreeGrid.h │   ├── vtkHyperTreeGridLevelEntry.h │   ├── vtkHyperTreeGridLocator.h │   ├── vtkHyperTreeGridMapper.h │   ├── vtkHyperTreeGridNonOrientedCursor.h │   ├── vtkHyperTreeGridNonOrientedGeometryCursor.h │   ├── vtkHyperTreeGridNonOrientedMooreSuperCursor.h │   ├── vtkHyperTreeGridNonOrientedMooreSuperCursorLight.h │   ├── vtkHyperTreeGridNonOrientedSuperCursor.h │   ├── vtkHyperTreeGridNonOrientedSuperCursorLight.h │   ├── vtkHyperTreeGridNonOrientedUnlimitedGeometryCursor.h │   ├── vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor.h │   ├── vtkHyperTreeGridNonOrientedUnlimitedSuperCursor.h │   ├── vtkHyperTreeGridNonOrientedVonNeumannSuperCursor.h │   ├── vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight.h │   ├── vtkHyperTreeGridOrientedCursor.h │   ├── vtkHyperTreeGridOrientedGeometryCursor.h │   ├── vtkHyperTreeGridOutlineFilter.h │   ├── vtkHyperTreeGridPlaneCutter.h │   ├── vtkHyperTreeGridPreConfiguredSource.h │   ├── vtkHyperTreeGridProbeFilter.h │   ├── vtkHyperTreeGridScales.h │   ├── vtkHyperTreeGridSource.h │   ├── vtkHyperTreeGridThreshold.h │   ├── vtkHyperTreeGridToDualGrid.h │   ├── vtkHyperTreeGridTools.h │   ├── vtkHyperTreeGridToUnstructuredGrid.h │   ├── vtkHyperTree.h │   ├── vtkIconGlyphFilter.h │   ├── vtkIdentityTransform.h │   ├── vtkIdFilter.h │   ├── vtkIdListCollection.h │   ├── vtkIdList.h │   ├── vtkIdTypeArray.h │   ├── vtkImageActor.h │   ├── vtkImageActorPointPlacer.h │   ├── vtkImageAlgorithm.h │   ├── vtkImageAnisotropicDiffusion2D.h │   ├── vtkImageAnisotropicDiffusion3D.h │   ├── vtkImageAppendComponents.h │   ├── vtkImageAppend.h │   ├── vtkImageBlend.h │   ├── vtkImageBSplineCoefficients.h │   ├── vtkImageBSplineInternals.h │   ├── vtkImageBSplineInterpolator.h │   ├── vtkImageCacheFilter.h │   ├── vtkImageCanvasSource2D.h │   ├── vtkImageCast.h │   ├── vtkImageChangeInformation.h │   ├── vtkImageCheckerboard.h │   ├── vtkImageCityBlockDistance.h │   ├── vtkImageClip.h │   ├── vtkImageConstantPad.h │   ├── vtkImageConvolve.h │   ├── vtkImageCorrelation.h │   ├── vtkImageCroppingRegionsWidget.h │   ├── vtkImageCursor3D.h │   ├── vtkImageDataGeometryFilter.h │   ├── vtkImageData.h │   ├── vtkImageDataOutlineFilter.h │   ├── vtkImageDataStreamer.h │   ├── vtkImageDataToExplicitStructuredGrid.h │   ├── vtkImageDataToHyperTreeGrid.h │   ├── vtkImageDataToPointSet.h │   ├── vtkImageDataToUniformGrid.h │   ├── vtkImageDecomposeFilter.h │   ├── vtkImageDifference.h │   ├── vtkImageDivergence.h │   ├── vtkImageDotProduct.h │   ├── vtkImageEllipsoidSource.h │   ├── vtkImageEuclideanDistance.h │   ├── vtkImageEuclideanToPolar.h │   ├── vtkImageExport.h │   ├── vtkImageExtractComponents.h │   ├── vtkImageFlip.h │   ├── vtkImageGaussianSmooth.h │   ├── vtkImageGaussianSource.h │   ├── vtkImageGradient.h │   ├── vtkImageGradientMagnitude.h │   ├── vtkImageGridSource.h │   ├── vtkImageHSIToRGB.h │   ├── vtkImageHSVToRGB.h │   ├── vtkImageHybridMedian2D.h │   ├── vtkImageImportExecutive.h │   ├── vtkImageImport.h │   ├── vtkImageInPlaceFilter.h │   ├── vtkImageInterpolator.h │   ├── vtkImageItem.h │   ├── vtkImageIterateFilter.h │   ├── vtkImageIterator.h │   ├── vtkImageLaplacian.h │   ├── vtkImageLogarithmicScale.h │   ├── vtkImageLogic.h │   ├── vtkImageLuminance.h │   ├── vtkImageMagnify.h │   ├── vtkImageMagnitude.h │   ├── vtkImageMandelbrotSource.h │   ├── vtkImageMapper3D.h │   ├── vtkImageMapper.h │   ├── vtkImageMapToColors.h │   ├── vtkImageMapToRGBA.h │   ├── vtkImageMapToWindowLevelColors.h │   ├── vtkImageMarchingCubes.h │   ├── vtkImageMaskBits.h │   ├── vtkImageMask.h │   ├── vtkImageMathematics.h │   ├── vtkImageMedian3D.h │   ├── vtkImageMirrorPad.h │   ├── vtkImageNoiseSource.h │   ├── vtkImageNormalize.h │   ├── vtkImageOrthoPlanes.h │   ├── vtkImagePadFilter.h │   ├── vtkImagePermute.h │   ├── vtkImagePlaneWidget.h │   ├── vtkImagePointDataIterator.h │   ├── vtkImagePointIterator.h │   ├── vtkImageProbeFilter.h │   ├── vtkImageProcessingPass.h │   ├── vtkImageProgressIterator.h │   ├── vtkImageProperty.h │   ├── vtkImageQuantizeRGBToIndex.h │   ├── vtkImageRange3D.h │   ├── vtkImageReader2Collection.h │   ├── vtkImageReader2Factory.h │   ├── vtkImageReader2.h │   ├── vtkImageReader.h │   ├── vtkImageRectilinearWipe.h │   ├── vtkImageResample.h │   ├── vtkImageResize.h │   ├── vtkImageReslice.h │   ├── vtkImageResliceToColors.h │   ├── vtkImageRGBToHSI.h │   ├── vtkImageRGBToHSV.h │   ├── vtkImageRGBToYIQ.h │   ├── vtkImageSeparableConvolution.h │   ├── vtkImageShiftScale.h │   ├── vtkImageShrink3D.h │   ├── vtkImageSincInterpolator.h │   ├── vtkImageSinusoidSource.h │   ├── vtkImageSlab.h │   ├── vtkImageSlabReslice.h │   ├── vtkImageSlice.h │   ├── vtkImageSliceMapper.h │   ├── vtkImageSobel2D.h │   ├── vtkImageSobel3D.h │   ├── vtkImageSpatialAlgorithm.h │   ├── vtkImageStencilAlgorithm.h │   ├── vtkImageStencilData.h │   ├── vtkImageStencilIterator.h │   ├── vtkImageStencilSource.h │   ├── vtkImageThreshold.h │   ├── vtkImageToPoints.h │   ├── vtkImageToPolyDataFilter.h │   ├── vtkImageToStructuredGrid.h │   ├── vtkImageToStructuredPoints.h │   ├── vtkImageTracerWidget.h │   ├── vtkImageTransform.h │   ├── vtkImageTranslateExtent.h │   ├── vtkImageVariance3D.h │   ├── vtkImageWeightedSum.h │   ├── vtkImageWrapPad.h │   ├── vtkImageWriter.h │   ├── vtkImageYIQToRGB.h │   ├── vtkImagingColorModule.h │   ├── vtkImagingCoreModule.h │   ├── vtkImagingGeneralModule.h │   ├── vtkImagingHybridModule.h │   ├── vtkImagingMathModule.h │   ├── vtkImagingSourcesModule.h │   ├── vtkImplicitArray.h │   ├── vtkImplicitArrayTraits.h │   ├── vtkImplicitArray.txx │   ├── vtkImplicitBoolean.h │   ├── vtkImplicitCylinderRepresentation.h │   ├── vtkImplicitCylinderWidget.h │   ├── vtkImplicitDataSet.h │   ├── vtkImplicitFunctionCollection.h │   ├── vtkImplicitFunction.h │   ├── vtkImplicitHalo.h │   ├── vtkImplicitImageRepresentation.h │   ├── vtkImplicitModeller.h │   ├── vtkImplicitPlaneRepresentation.h │   ├── vtkImplicitPlaneWidget2.h │   ├── vtkImplicitPlaneWidget.h │   ├── vtkImplicitPolyDataDistance.h │   ├── vtkImplicitProjectOnPlaneDistance.h │   ├── vtkImplicitSelectionLoop.h │   ├── vtkImplicitSum.h │   ├── vtkImplicitTextureCoords.h │   ├── vtkImplicitVolume.h │   ├── vtkImplicitWindowFunction.h │   ├── vtkImprintFilter.h │   ├── vtkIncrementalOctreeNode.h │   ├── vtkIncrementalOctreePointLocator.h │   ├── vtkIncrementalPointLocator.h │   ├── vtkIndent.h │   ├── vtkIndexedArray.h │   ├── vtkIndexedImplicitBackend.h │   ├── vtkIndexedImplicitBackend.txx │   ├── vtkInEdgeIterator.h │   ├── vtkInformationDataObjectKey.h │   ├── vtkInformationDataObjectMetaDataKey.h │   ├── vtkInformationDoubleKey.h │   ├── vtkInformationDoubleVectorKey.h │   ├── vtkInformationExecutivePortKey.h │   ├── vtkInformationExecutivePortVectorKey.h │   ├── vtkInformation.h │   ├── vtkInformationIdTypeKey.h │   ├── vtkInformationInformationKey.h │   ├── vtkInformationInformationVectorKey.h │   ├── vtkInformationIntegerKey.h │   ├── vtkInformationIntegerPointerKey.h │   ├── vtkInformationIntegerRequestKey.h │   ├── vtkInformationIntegerVectorKey.h │   ├── vtkInformationInternals.h │   ├── vtkInformationIterator.h │   ├── vtkInformationKey.h │   ├── vtkInformationKeyLookup.h │   ├── vtkInformationKeyVectorKey.h │   ├── vtkInformationObjectBaseKey.h │   ├── vtkInformationObjectBaseVectorKey.h │   ├── vtkInformationQuadratureSchemeDefinitionVectorKey.h │   ├── vtkInformationRequestKey.h │   ├── vtkInformationStringKey.h │   ├── vtkInformationStringVectorKey.h │   ├── vtkInformationUnsignedLongKey.h │   ├── vtkInformationVariantKey.h │   ├── vtkInformationVariantVectorKey.h │   ├── vtkInformationVector.h │   ├── vtkInfovisCoreModule.h │   ├── vtkInherits.h │   ├── vtkInitialValueProblemSolver.h │   ├── vtkInputStream.h │   ├── vtkIntArray.h │   ├── vtkInteractionStyleModule.h │   ├── vtkInteractionWidgetsModule.h │   ├── vtkInteractiveArea.h │   ├── vtkInteractorEventRecorder.h │   ├── vtkInteractorObserver.h │   ├── vtkInteractorStyle3D.h │   ├── vtkInteractorStyleDrawPolygon.h │   ├── vtkInteractorStyleFlight.h │   ├── vtkInteractorStyle.h │   ├── vtkInteractorStyleImage.h │   ├── vtkInteractorStyleJoystickActor.h │   ├── vtkInteractorStyleJoystickCamera.h │   ├── vtkInteractorStyleMultiTouchCamera.h │   ├── vtkInteractorStyleRubberBand2D.h │   ├── vtkInteractorStyleRubberBand3D.h │   ├── vtkInteractorStyleRubberBandPick.h │   ├── vtkInteractorStyleRubberBandZoom.h │   ├── vtkInteractorStyleSwitchBase.h │   ├── vtkInteractorStyleSwitch.h │   ├── vtkInteractorStyleTerrain.h │   ├── vtkInteractorStyleTrackballActor.h │   ├── vtkInteractorStyleTrackballCamera.h │   ├── vtkInteractorStyleTrackball.h │   ├── vtkInteractorStyleUnicam.h │   ├── vtkInteractorStyleUser.h │   ├── vtkInterpolateDataSetAttributes.h │   ├── vtkInterpolatingSubdivisionFilter.h │   ├── vtkIntersectionCounter.h │   ├── vtkIntersectionPolyDataFilter.h │   ├── vtkIOCoreModule.h │   ├── vtkIOImageModule.h │   ├── vtkIOLegacyModule.h │   ├── vtkIOStreamFwd.h │   ├── vtkIOStream.h │   ├── vtkIOXMLModule.h │   ├── vtkIOXMLParserModule.h │   ├── vtkIterativeClosestPointTransform.h │   ├── vtkJavaScriptDataWriter.h │   ├── vtkJoinTables.h │   ├── vtkJoinTables.txx │   ├── vtkjpeg │   │   ├── jconfig.h │   │   ├── jerror.h │   │   ├── jmorecfg.h │   │   ├── jpeglib.h │   │   └── vtk_jpeg_mangle.h │   ├── vtk_jpeg.h │   ├── vtkJPEGReader.h │   ├── vtkJPEGWriter.h │   ├── vtkJSONImageWriter.h │   ├── vtkKCoreDecomposition.h │   ├── vtkKdNode.h │   ├── vtkKdTree.h │   ├── vtkKdTreePointLocator.h │   ├── vtkkissfft │   │   ├── kiss_fft_exports.h │   │   ├── _kiss_fft_guts.h │   │   ├── kiss_fft.h │   │   ├── tools │   │   │   ├── kfc.h │   │   │   ├── kiss_fftnd.h │   │   │   ├── kiss_fftndr.h │   │   │   ├── kiss_fftr.h │   │   │   ├── vtkkissfft_fftnd.h │   │   │   ├── vtkkissfft_fftndr.h │   │   │   └── vtkkissfft_fftr.h │   │   ├── vtkkissfft_fft.h │   │   └── vtk_kiss_fft_mangle.h │   ├── vtk_kissfft.h │   ├── vtkKMeansDistanceFunctorCalculator.h │   ├── vtkKMeansDistanceFunctor.h │   ├── vtkKMeansStatistics.h │   ├── vtkKochanekSpline.h │   ├── vtkkwiml │   │   ├── abi.h │   │   └── int.h │   ├── vtk_kwiml.h │   ├── vtkLabeledContourMapper.h │   ├── vtkLabeledContourPolyDataItem.h │   ├── vtkLabeledDataMapper.h │   ├── vtkLabeledTreeMapDataMapper.h │   ├── vtkLabelHierarchyAlgorithm.h │   ├── vtkLabelHierarchyCompositeIterator.h │   ├── vtkLabelHierarchy.h │   ├── vtkLabelHierarchyIterator.h │   ├── vtkLabelMapLookup.h │   ├── vtkLabelPlacementMapper.h │   ├── vtkLabelPlacer.h │   ├── vtkLabelRenderStrategy.h │   ├── vtkLabelSizeCalculator.h │   ├── vtkLagrangeCurve.h │   ├── vtkLagrangeHexahedron.h │   ├── vtkLagrangeInterpolation.h │   ├── vtkLagrangeQuadrilateral.h │   ├── vtkLagrangeTetra.h │   ├── vtkLagrangeTriangle.h │   ├── vtkLagrangeWedge.h │   ├── vtkLandmarkTransform.h │   ├── vtkLargeInteger.h │   ├── vtkLeaderActor2D.h │   ├── vtkLegacy.h │   ├── vtkLegendBoxActor.h │   ├── vtkLegendScaleActor.h │   ├── vtkLengthDistribution.h │   ├── vtkLevelIdScalars.h │   ├── vtkLightActor.h │   ├── vtkLightCollection.h │   ├── vtkLight.h │   ├── vtkLightingMapPass.h │   ├── vtkLightKit.h │   ├── vtkLightRepresentation.h │   ├── vtkLightsPass.h │   ├── vtkLightWidget.h │   ├── vtkLinearCellExtrusionFilter.h │   ├── vtkLinearContourLineInterpolator.h │   ├── vtkLinearExtrusionFilter.h │   ├── vtkLinearSubdivisionFilter.h │   ├── vtkLinearToQuadraticCellsFilter.h │   ├── vtkLinearTransform.h │   ├── vtkLine.h │   ├── vtkLineRepresentation.h │   ├── vtkLineSource.h │   ├── vtkLineWidget2.h │   ├── vtkLineWidget.h │   ├── vtkLinkEdgels.h │   ├── vtkLocationSelector.h │   ├── vtkLocator.h │   ├── vtkLODProp3D.h │   ├── vtkLogger.h │   ├── vtkLogLookupTable.h │   ├── vtkLogoRepresentation.h │   ├── vtkLogoWidget.h │   ├── vtkLongArray.h │   ├── vtkLongLongArray.h │   ├── vtkLookupTable.h │   ├── vtkLookupTableItem.h │   ├── vtkLookupTableWithEnabling.h │   ├── vtkLoopBooleanPolyDataFilter.h │   ├── vtkLoopSubdivisionFilter.h │   ├── vtklz4 │   │   └── lib │   │   ├── lz4frame.h │   │   ├── lz4frame_static.h │   │   ├── lz4.h │   │   └── lz4hc.h │   ├── vtkLZ4DataCompressor.h │   ├── vtk_lz4.h │   ├── vtklzma │   │   └── src │   │   └── liblzma │   │   └── api │   │   ├── base.h │   │   ├── bcj.h │   │   ├── block.h │   │   ├── check.h │   │   ├── container.h │   │   ├── delta.h │   │   ├── filter.h │   │   ├── hardware.h │   │   ├── index.h │   │   ├── index_hash.h │   │   ├── lzma │   │   │   ├── base.h │   │   │   ├── bcj.h │   │   │   ├── block.h │   │   │   ├── check.h │   │   │   ├── container.h │   │   │   ├── delta.h │   │   │   ├── filter.h │   │   │   ├── hardware.h │   │   │   ├── index.h │   │   │   ├── index_hash.h │   │   │   ├── lzma12.h │   │   │   ├── stream_flags.h │   │   │   ├── version.h │   │   │   └── vli.h │   │   ├── lzma12.h │   │   ├── lzma.h │   │   ├── stream_flags.h │   │   ├── version.h │   │   ├── vli.h │   │   └── vtk_lzma_mangle.h │   ├── vtkLZMADataCompressor.h │   ├── vtk_lzma.h │   ├── vtkMagnifierRepresentation.h │   ├── vtkMagnifierWidget.h │   ├── vtkMapArrayValues.h │   ├── vtkMappedDataArray.h │   ├── vtkMappedDataArray.txx │   ├── vtkMappedUnstructuredGridCellIterator.h │   ├── vtkMappedUnstructuredGridCellIterator.txx │   ├── vtkMappedUnstructuredGrid.h │   ├── vtkMappedUnstructuredGrid.txx │   ├── vtkMapper2D.h │   ├── vtkMapperCollection.h │   ├── vtkMapper.h │   ├── vtkMarchingContourFilter.h │   ├── vtkMarchingCubes.h │   ├── vtkMarchingCubesPolygonCases.h │   ├── vtkMarchingCubesTriangleCases.h │   ├── vtkMarchingSquares.h │   ├── vtkMarchingSquaresLineCases.h │   ├── vtkMarkBoundaryFilter.h │   ├── vtkMarkerUtilities.h │   ├── vtkMaskFields.h │   ├── vtkMaskPoints.h │   ├── vtkMaskPolyData.h │   ├── vtkMassProperties.h │   ├── vtkMathConfigure.h │   ├── vtkMath.h │   ├── vtkMathPrivate.hxx │   ├── vtkMathTextFreeTypeTextRenderer.h │   ├── vtkMathTextUtilities.h │   ├── vtkMathUtilities.h │   ├── vtkMatricizeArray.h │   ├── vtkMatrix3x3.h │   ├── vtkMatrix4x4.h │   ├── vtkMatrixMathFilter.h │   ├── vtkMatrixToHomogeneousTransform.h │   ├── vtkMatrixToLinearTransform.h │   ├── vtkMatrixUtilities.h │   ├── vtkMeanValueCoordinatesInterpolator.h │   ├── vtkMeasurementCubeHandleRepresentation3D.h │   ├── vtkMedicalImageProperties.h │   ├── vtkMedicalImageReader2.h │   ├── vtkMemoryResourceStream.h │   ├── vtkMergeArrays.h │   ├── vtkMergeCells.h │   ├── vtkMergeColumns.h │   ├── vtkMergeDataObjectFilter.h │   ├── vtkMergeFields.h │   ├── vtkMergeFilter.h │   ├── vtkMergeGraphs.h │   ├── vtkMergePoints.h │   ├── vtkMergeTables.h │   ├── vtkMergeTimeFilter.h │   ├── vtkMergeVectorComponents.h │   ├── vtkMersenneTwister.h │   ├── vtkMeshQuality.h │   ├── vtkMeta.h │   ├── vtkMetaImageReader.h │   ├── vtkMetaImageWriter.h │   ├── vtkmetaio │   │   ├── localMetaConfiguration.h │   │   ├── metaArray.h │   │   ├── metaArrow.h │   │   ├── metaBlob.h │   │   ├── metaCommand.h │   │   ├── metaContour.h │   │   ├── metaDTITube.h │   │   ├── metaEllipse.h │   │   ├── metaEvent.h │   │   ├── metaFEMObject.h │   │   ├── metaForm.h │   │   ├── metaGaussian.h │   │   ├── metaGroup.h │   │   ├── metaImage.h │   │   ├── metaImageTypes.h │   │   ├── metaImageUtils.h │   │   ├── metaIOConfig.h │   │   ├── metaLandmark.h │   │   ├── metaLine.h │   │   ├── metaMesh.h │   │   ├── metaObject.h │   │   ├── metaScene.h │   │   ├── metaSurface.h │   │   ├── metaTransform.h │   │   ├── metaTubeGraph.h │   │   ├── metaTube.h │   │   ├── metaTypes.h │   │   ├── metaUtils.h │   │   └── metaVesselTube.h │   ├── vtkMinimalStandardRandomSequence.h │   ├── vtkMoleculeAlgorithm.h │   ├── vtkMoleculeAppend.h │   ├── vtkMolecule.h │   ├── vtkMoleculeMapper.h │   ├── vtkMoleculeToAtomBallFilter.h │   ├── vtkMoleculeToBondStickFilter.h │   ├── vtkMoleculeToLinesFilter.h │   ├── vtkMoleculeToPolyDataFilter.h │   ├── vtkMRCReader.h │   ├── vtkMultiBlockDataGroupFilter.h │   ├── vtkMultiBlockDataSetAlgorithm.h │   ├── vtkMultiBlockDataSet.h │   ├── vtkMultiBlockMergeFilter.h │   ├── vtkMultiBlockUnstructuredGridVolumeMapper.h │   ├── vtkMultiBlockVolumeMapper.h │   ├── vtkMultiCorrelativeStatistics.h │   ├── vtkMultiObjectMassProperties.h │   ├── vtkMultiPieceDataSet.h │   ├── vtkMultiProcessController.h │   ├── vtkMultiProcessStream.h │   ├── vtkMultiProcessStreamSerialization.h │   ├── vtkMultiThreader.h │   ├── vtkMultiThreshold.h │   ├── vtkMultiTimeStepAlgorithm.h │   ├── vtkMultiVolume.h │   ├── vtkMutableDirectedGraph.h │   ├── vtkMutableGraphHelper.h │   ├── vtkMutableUndirectedGraph.h │   ├── vtkNamedColors.h │   ├── vtkNetworkHierarchy.h │   ├── vtkNew.h │   ├── vtkNIFTIImageHeader.h │   ├── vtkNIFTIImageReader.h │   ├── vtkNIFTIImageWriter.h │   ├── vtkNoise200x200.h │   ├── vtkNonLinearCell.h │   ├── vtkNonMergingPointLocator.h │   ├── vtkNonOverlappingAMRAlgorithm.h │   ├── vtkNonOverlappingAMR.h │   ├── vtkNormalizeMatrixVectors.h │   ├── vtkNrrdReader.h │   ├── vtkNumberToString.h │   ├── vtkOBBDicer.h │   ├── vtkOBBTree.h │   ├── vtkObjectBase.h │   ├── vtkObjectFactoryCollection.h │   ├── vtkObjectFactory.h │   ├── vtkObject.h │   ├── vtkObserverMediator.h │   ├── vtkOctreePointLocator.h │   ├── vtkOctreePointLocatorNode.h │   ├── vtkOldStyleCallbackCommand.h │   ├── vtkOMETIFFReader.h │   ├── vtkOpaquePass.h │   ├── vtkOpenGLActor.h │   ├── vtkOpenGLBatchedPolyDataMapper.h │   ├── vtkOpenGLBillboardTextActor3D.h │   ├── vtkOpenGLBufferObject.h │   ├── vtkOpenGLCamera.h │   ├── vtkOpenGLCellToVTKCellMap.h │   ├── vtkOpenGLCompositePolyDataMapperDelegator.h │   ├── vtkOpenGLContextActor.h │   ├── vtkOpenGLContextBufferId.h │   ├── vtkOpenGLContextDevice2D.h │   ├── vtkOpenGLContextDevice3D.h │   ├── vtkOpenGLError.h │   ├── vtkOpenGLFluidMapper.h │   ├── vtkOpenGLFramebufferObject.h │   ├── vtkOpenGLFXAAFilter.h │   ├── vtkOpenGLFXAAPass.h │   ├── vtkOpenGLGL2PSHelper.h │   ├── vtkOpenGLGlyph3DHelper.h │   ├── vtkOpenGLGlyph3DMapper.h │   ├── vtkOpenGLGPUVolumeRayCastMapper.h │   ├── vtkOpenGLHardwareSelector.h │   ├── vtkOpenGLHelper.h │   ├── vtkOpenGLHyperTreeGridMapper.h │   ├── vtkOpenGLImageAlgorithmHelper.h │   ├── vtkOpenGLImageMapper.h │   ├── vtkOpenGLImageSliceMapper.h │   ├── vtkOpenGLIndexBufferObject.h │   ├── vtkOpenGLInstanceCulling.h │   ├── vtkOpenGLLabeledContourMapper.h │   ├── vtkOpenGLLight.h │   ├── vtkOpenGLMoleculeMapper.h │   ├── vtkOpenGLPointGaussianMapper.h │   ├── vtkOpenGLPolyDataMapper2D.h │   ├── vtkOpenGLPolyDataMapper.h │   ├── vtkOpenGLProjectedTetrahedraMapper.h │   ├── vtkOpenGLProperty.h │   ├── vtkOpenGLPropItem.h │   ├── vtkOpenGLQuadHelper.h │   ├── vtkOpenGLRayCastImageDisplayHelper.h │   ├── vtkOpenGLRenderer.h │   ├── vtkOpenGLRenderPass.h │   ├── vtkOpenGLRenderTimer.h │   ├── vtkOpenGLRenderTimerLog.h │   ├── vtkOpenGLRenderUtilities.h │   ├── vtkOpenGLRenderWindow.h │   ├── vtkOpenGLShaderCache.h │   ├── vtkOpenGLShaderProperty.h │   ├── vtkOpenGLSkybox.h │   ├── vtkOpenGLSphereMapper.h │   ├── vtkOpenGLState.h │   ├── vtkOpenGLStickMapper.h │   ├── vtkOpenGLTextActor3D.h │   ├── vtkOpenGLTextActor.h │   ├── vtkOpenGLTextMapper.h │   ├── vtkOpenGLTexture.h │   ├── vtkOpenGLUniforms.h │   ├── vtkOpenGLVertexArrayObject.h │   ├── vtkOpenGLVertexBufferObjectCache.h │   ├── vtkOpenGLVertexBufferObjectGroup.h │   ├── vtkOpenGLVertexBufferObject.h │   ├── vtkOpenGLVolumeGradientOpacityTable.h │   ├── vtkOpenGLVolumeLookupTable.h │   ├── vtkOpenGLVolumeLookupTables.h │   ├── vtkOpenGLVolumeLookupTables.txx │   ├── vtkOpenGLVolumeMaskGradientOpacityTransferFunction2D.h │   ├── vtkOpenGLVolumeMaskTransferFunction2D.h │   ├── vtkOpenGLVolumeOpacityTable.h │   ├── vtkOpenGLVolumeRGBTable.h │   ├── vtkOpenGLVolumeTransferFunction2D.h │   ├── vtkOptions.h │   ├── vtkOrderedTriangulator.h │   ├── vtkOrderIndependentTranslucentPass.h │   ├── vtkOrderStatistics.h │   ├── vtkOrientationMarkerWidget.h │   ├── vtkOrientationRepresentation.h │   ├── vtkOrientationWidget.h │   ├── vtkOrientedGlyphContourRepresentation.h │   ├── vtkOrientedGlyphFocalPlaneContourRepresentation.h │   ├── vtkOrientedPolygonalHandleRepresentation3D.h │   ├── vtkOSPRayVolumeInterface.h │   ├── vtkOStreamWrapper.h │   ├── vtkOStrStreamWrapper.h │   ├── vtkOutEdgeIterator.h │   ├── vtkOutlineCornerFilter.h │   ├── vtkOutlineCornerSource.h │   ├── vtkOutlineFilter.h │   ├── vtkOutlineGlowPass.h │   ├── vtkOutlineSource.h │   ├── vtkOutputStream.h │   ├── vtkOutputWindow.h │   ├── vtkOverlappingAMRAlgorithm.h │   ├── vtkOverlappingAMR.h │   ├── vtkOverlappingAMRLevelIdScalars.h │   ├── vtkOverlayPass.h │   ├── vtkOverrideInformationCollection.h │   ├── vtkOverrideInformation.h │   ├── vtkPackLabels.h │   ├── vtkPanoramicProjectionPass.h │   ├── vtkParallelCoordinatesActor.h │   ├── vtkParallelCoordinatesInteractorStyle.h │   ├── vtkParallelCoreModule.h │   ├── vtkParallelDIYModule.h │   ├── vtkParallelopipedRepresentation.h │   ├── vtkParallelopipedWidget.h │   ├── vtkParallelReader.h │   ├── vtkParametricBohemianDome.h │   ├── vtkParametricBour.h │   ├── vtkParametricBoy.h │   ├── vtkParametricCatalanMinimal.h │   ├── vtkParametricConicSpiral.h │   ├── vtkParametricCrossCap.h │   ├── vtkParametricDini.h │   ├── vtkParametricEllipsoid.h │   ├── vtkParametricEnneper.h │   ├── vtkParametricFigure8Klein.h │   ├── vtkParametricFunction.h │   ├── vtkParametricFunctionSource.h │   ├── vtkParametricHenneberg.h │   ├── vtkParametricKlein.h │   ├── vtkParametricKuen.h │   ├── vtkParametricMobius.h │   ├── vtkParametricPluckerConoid.h │   ├── vtkParametricPseudosphere.h │   ├── vtkParametricRandomHills.h │   ├── vtkParametricRoman.h │   ├── vtkParametricSpline.h │   ├── vtkParametricSuperEllipsoid.h │   ├── vtkParametricSuperToroid.h │   ├── vtkParametricTorus.h │   ├── vtkParseAttributes.h │   ├── vtkParseData.h │   ├── vtkParseExtras.h │   ├── vtkParse.h │   ├── vtkParseHierarchy.h │   ├── vtkParseMain.h │   ├── vtkParseMangle.h │   ├── vtkParseMerge.h │   ├── vtkParsePreprocess.h │   ├── vtkParseString.h │   ├── vtkParseSystem.h │   ├── vtkParseType.h │   ├── vtkPartitionedDataSetAlgorithm.h │   ├── vtkPartitionedDataSetCollectionAlgorithm.h │   ├── vtkPartitionedDataSetCollection.h │   ├── vtkPartitionedDataSetCollectionSource.h │   ├── vtkPartitionedDataSet.h │   ├── vtkPartitionedDataSetSource.h │   ├── vtkPassArrays.h │   ├── vtkPassInputTypeAlgorithm.h │   ├── vtkPassSelectedArrays.h │   ├── vtkPassThrough.h │   ├── vtkPath.h │   ├── vtkPBRIrradianceTexture.h │   ├── vtkPBRLUTTexture.h │   ├── vtkPBRPrefilterTexture.h │   ├── vtkPCAAnalysisFilter.h │   ├── vtkPCAStatistics.h │   ├── vtkPDirectory.h │   ├── vtkPen.h │   ├── vtkPentagonalPrism.h │   ├── vtkPeriodicDataArray.h │   ├── vtkPeriodicDataArray.txx │   ├── vtkPeriodicTable.h │   ├── vtkPerlinNoise.h │   ├── vtkPerspectiveTransform.h │   ├── vtkPicker.h │   ├── vtkPickingManager.h │   ├── vtkPiecewiseControlPointsItem.h │   ├── vtkPiecewiseFunctionAlgorithm.h │   ├── vtkPiecewiseFunction.h │   ├── vtkPiecewiseFunctionItem.h │   ├── vtkPiecewiseFunctionShiftScale.h │   ├── vtkPiecewisePointHandleItem.h │   ├── vtkPieChartActor.h │   ├── vtkPipelineGraphSource.h │   ├── vtkPixelBufferObject.h │   ├── vtkPixelExtent.h │   ├── vtkPixelExtentIO.h │   ├── vtkPixel.h │   ├── vtkPixelTransfer.h │   ├── vtkPlaneCollection.h │   ├── vtkPlaneCutter.h │   ├── vtkPlane.h │   ├── vtkPlanes.h │   ├── vtkPlanesIntersection.h │   ├── vtkPlaneSource.h │   ├── vtkPlaneWidget.h │   ├── vtkPlatform.h │   ├── vtkPlatonicSolidSource.h │   ├── vtkPlaybackRepresentation.h │   ├── vtkPlaybackWidget.h │   ├── vtkPlot3D.h │   ├── vtkPlotArea.h │   ├── vtkPlotBag.h │   ├── vtkPlotBar.h │   ├── vtkPlotBarRangeHandlesItem.h │   ├── vtkPlotBox.h │   ├── vtkPlotFunctionalBag.h │   ├── vtkPlotGrid.h │   ├── vtkPlot.h │   ├── vtkPlotHistogram2D.h │   ├── vtkPlotLine3D.h │   ├── vtkPlotLine.h │   ├── vtkPlotParallelCoordinates.h │   ├── vtkPlotPie.h │   ├── vtkPlotPoints3D.h │   ├── vtkPlotPoints.h │   ├── vtkPlotRangeHandlesItem.h │   ├── vtkPlotStacked.h │   ├── vtkPlotSurface.h │   ├── vtkpng │   │   ├── pngconf.h │   │   ├── png.h │   │   ├── pnglibconf.h │   │   └── vtk_png_mangle.h │   ├── vtk_png.h │   ├── vtkPNGReader.h │   ├── vtkPNGWriter.h │   ├── vtkPNMReader.h │   ├── vtkPNMWriter.h │   ├── vtkPointCloudRepresentation.h │   ├── vtkPointCloudWidget.h │   ├── vtkPointConnectivityFilter.h │   ├── vtkPointData.h │   ├── vtkPointDataToCellData.h │   ├── vtkPointFillPass.h │   ├── vtkPointGaussianMapper.h │   ├── vtkPointHandleRepresentation2D.h │   ├── vtkPointHandleRepresentation3D.h │   ├── vtkPointHandleSource.h │   ├── vtkPointLoad.h │   ├── vtkPointLocator.h │   ├── vtkPointPicker.h │   ├── vtkPointPlacer.h │   ├── vtkPoints2D.h │   ├── vtkPointSetAlgorithm.h │   ├── vtkPointSetCellIterator.h │   ├── vtkPointSet.h │   ├── vtkPointSetToLabelHierarchy.h │   ├── vtkPointSetToMoleculeFilter.h │   ├── vtkPoints.h │   ├── vtkPointSource.h │   ├── vtkPointsProjectedHull.h │   ├── vtkPointWidget.h │   ├── vtkPolarAxesActor.h │   ├── vtkPolyDataAlgorithm.h │   ├── vtkPolyDataCollection.h │   ├── vtkPolyDataConnectivityFilter.h │   ├── vtkPolyDataContourLineInterpolator.h │   ├── vtkPolyDataEdgeConnectivityFilter.h │   ├── vtkPolyData.h │   ├── vtkPolyDataInternals.h │   ├── vtkPolyDataItem.h │   ├── vtkPolyDataMapper2D.h │   ├── vtkPolyDataMapper.h │   ├── vtkPolyDataNormals.h │   ├── vtkPolyDataPlaneClipper.h │   ├── vtkPolyDataPlaneCutter.h │   ├── vtkPolyDataPointPlacer.h │   ├── vtkPolyDataPointSampler.h │   ├── vtkPolyDataReader.h │   ├── vtkPolyDataSilhouette.h │   ├── vtkPolyDataSourceWidget.h │   ├── vtkPolyDataStreamer.h │   ├── vtkPolyDataTangents.h │   ├── vtkPolyDataToReebGraphFilter.h │   ├── vtkPolyDataToUnstructuredGrid.h │   ├── vtkPolyDataWriter.h │   ├── vtkPolygonalHandleRepresentation3D.h │   ├── vtkPolygonalSurfaceContourLineInterpolator.h │   ├── vtkPolygonalSurfacePointPlacer.h │   ├── vtkPolygonBuilder.h │   ├── vtkPolygon.h │   ├── vtkPolyhedron.h │   ├── vtkPolyhedronUtilities.h │   ├── vtkPolyLine.h │   ├── vtkPolyLineRepresentation.h │   ├── vtkPolyLineSource.h │   ├── vtkPolyLineWidget.h │   ├── vtkPolynomialSolversUnivariate.h │   ├── vtkPolyPlane.h │   ├── vtkPolyPointSource.h │   ├── vtkPolyVertex.h │   ├── vtkPostScriptWriter.h │   ├── vtkPriorityQueue.h │   ├── vtkProbeFilter.h │   ├── vtkProbePolyhedron.h │   ├── vtkProbeSelectedLocations.h │   ├── vtkProcessGroup.h │   ├── vtkProcess.h │   ├── vtkProcrustesAlignmentFilter.h │   ├── vtkProgrammableDataObjectSource.h │   ├── vtkProgrammableElectronicData.h │   ├── vtkProgrammableSource.h │   ├── vtkProgressBarRepresentation.h │   ├── vtkProgressBarWidget.h │   ├── vtkProgressObserver.h │   ├── vtkProjectedTerrainPath.h │   ├── vtkProjectedTetrahedraMapper.h │   ├── vtkProjectedTexture.h │   ├── vtkProjectSphereFilter.h │   ├── vtkProp3DAxisFollower.h │   ├── vtkProp3DButtonRepresentation.h │   ├── vtkProp3DCollection.h │   ├── vtkProp3DFollower.h │   ├── vtkProp3D.h │   ├── vtkPropAssembly.h │   ├── vtkPropCollection.h │   ├── vtkProperty2D.h │   ├── vtkProperty.h │   ├── vtkProp.h │   ├── vtkPropItem.h │   ├── vtkPropPicker.h │   ├── vtkProteinRibbonFilter.h │   ├── vtkPruneTreeFilter.h │   ├── vtkPSystemTools.h │   ├── vtkpugixml │   │   └── src │   │   ├── pugiconfig.hpp │   │   ├── pugixml.hpp │   │   └── vtk_pugixml_mangle.h │   ├── vtk_pugixml.h │   ├── vtkPyramid.h │   ├── vtkPythagoreanQuadruples.h │   ├── vtkQImageToImageSource.h │   ├── vtkQtAbstractModelAdapter.h │   ├── vtkQtAnnotationLayersModelAdapter.h │   ├── vtkQtConnection.h │   ├── vtkQtDebugLeaksModel.h │   ├── vtkQtDebugLeaksView.h │   ├── vtkQtInitialization.h │   ├── vtkQtLabelRenderStrategy.h │   ├── vtkQtStringToImage.h │   ├── vtkQtTableModelAdapter.h │   ├── vtkQtTreeModelAdapter.h │   ├── vtkQtTreeRingLabelMapper.h │   ├── vtkQuad.h │   ├── vtkQuadraticEdge.h │   ├── vtkQuadraticHexahedron.h │   ├── vtkQuadraticLinearQuad.h │   ├── vtkQuadraticLinearWedge.h │   ├── vtkQuadraticPolygon.h │   ├── vtkQuadraticPyramid.h │   ├── vtkQuadraticQuad.h │   ├── vtkQuadraticTetra.h │   ├── vtkQuadraticTriangle.h │   ├── vtkQuadraticWedge.h │   ├── vtkQuadraturePointInterpolator.h │   ├── vtkQuadraturePointsGenerator.h │   ├── vtkQuadratureSchemeDefinition.h │   ├── vtkQuadratureSchemeDictionaryGenerator.h │   ├── vtkQuadricClustering.h │   ├── vtkQuadricDecimation.h │   ├── vtkQuadric.h │   ├── vtkQuadRotationalExtrusionFilter.h │   ├── vtkQuantizePolyDataPoints.h │   ├── vtkQuaternion.h │   ├── vtkQuaternionInterpolator.h │   ├── vtkQuaternion.txx │   ├── vtkQWidgetRepresentation.h │   ├── vtkQWidgetTexture.h │   ├── vtkQWidgetWidget.h │   ├── vtkRandomAttributeGenerator.h │   ├── vtkRandomGraphSource.h │   ├── vtkRandomHyperTreeGridSource.h │   ├── vtkRandomPool.h │   ├── vtkRandomSequence.h │   ├── vtkRange.h │   ├── vtkRangeHandlesItem.h │   ├── vtkRangeIterableTraits.h │   ├── vtkRayCastImageDisplayHelper.h │   ├── vtkRayCastStructures.h │   ├── vtkReaderAlgorithm.h │   ├── vtkRearrangeFields.h │   ├── vtkRecoverGeometryWireframe.h │   ├── vtkRectangularButtonSource.h │   ├── vtkRect.h │   ├── vtkRectilinearGridAlgorithm.h │   ├── vtkRectilinearGridClip.h │   ├── vtkRectilinearGridGeometryFilter.h │   ├── vtkRectilinearGrid.h │   ├── vtkRectilinearGridPartitioner.h │   ├── vtkRectilinearGridReader.h │   ├── vtkRectilinearGridToPointSet.h │   ├── vtkRectilinearGridToTetrahedra.h │   ├── vtkRectilinearGridWriter.h │   ├── vtkRectilinearSynchronizedTemplates.h │   ├── vtkRectilinearWipeRepresentation.h │   ├── vtkRectilinearWipeWidget.h │   ├── vtkRecursiveDividingCubes.h │   ├── vtkRecursiveSphereDirectionEncoder.h │   ├── vtkReduceTable.h │   ├── vtkReebGraph.h │   ├── vtkReebGraphSimplificationMetric.h │   ├── vtkReferenceCount.h │   ├── vtkReflectionFilter.h │   ├── vtkRegularPolygonSource.h │   ├── vtkRemoveDuplicatePolys.h │   ├── vtkRemoveHiddenData.h │   ├── vtkRemoveIsolatedVertices.h │   ├── vtkRemovePolyData.h │   ├── vtkRemoveUnusedPoints.h │   ├── vtkRenderbuffer.h │   ├── vtkRenderedAreaPicker.h │   ├── vtkRendererCollection.h │   ├── vtkRendererDelegate.h │   ├── vtkRenderer.h │   ├── vtkRendererSource.h │   ├── vtkRenderingAnnotationModule.h │   ├── vtkRenderingContext2DModule.h │   ├── vtkRenderingContextOpenGL2Module.h │   ├── vtkRenderingCoreEnums.h │   ├── vtkRenderingCoreModule.h │   ├── vtkRenderingFreeTypeModule.h │   ├── vtkRenderingHyperTreeGridModule.h │   ├── vtkRenderingLabelModule.h │   ├── vtkRenderingOpenGL2Module.h │   ├── vtkRenderingOpenGLConfigure.h │   ├── vtkRenderingQtModule.h │   ├── vtkRenderingUIModule.h │   ├── vtkRenderingVolumeModule.h │   ├── vtkRenderingVolumeOpenGL2Module.h │   ├── vtkRenderLargeImage.h │   ├── vtkRenderPassCollection.h │   ├── vtkRenderPass.h │   ├── vtkRenderState.h │   ├── vtkRenderStepsPass.h │   ├── vtkRenderTimerLog.h │   ├── vtkRenderViewBase.h │   ├── vtkRenderWidget.h │   ├── vtkRenderWindowCollection.h │   ├── vtkRenderWindow.h │   ├── vtkRenderWindowInteractor3D.h │   ├── vtkRenderWindowInteractor.h │   ├── vtkResampleToImage.h │   ├── vtkResampleWithDataSet.h │   ├── vtkReservoirSampler.h │   ├── vtkResizingWindowToImageFilter.h │   ├── vtkResliceCursorActor.h │   ├── vtkResliceCursor.h │   ├── vtkResliceCursorLineRepresentation.h │   ├── vtkResliceCursorPicker.h │   ├── vtkResliceCursorPolyDataAlgorithm.h │   ├── vtkResliceCursorRepresentation.h │   ├── vtkResliceCursorThickLineRepresentation.h │   ├── vtkResliceCursorWidget.h │   ├── vtkResourceFileLocator.h │   ├── vtkResourceParser.h │   ├── vtkResourceStream.h │   ├── vtkReverseSense.h │   ├── vtkRibbonFilter.h │   ├── vtkRotationalExtrusionFilter.h │   ├── vtkRotationFilter.h │   ├── vtkRTAnalyticSource.h │   ├── vtkRTXMLPolyDataReader.h │   ├── vtkRuledSurfaceFilter.h │   ├── vtkRungeKutta2.h │   ├── vtkRungeKutta45.h │   ├── vtkRungeKutta4.h │   ├── vtkSampleFunction.h │   ├── vtkSampleImplicitFunctionFilter.h │   ├── vtkScalarBarActor.h │   ├── vtkScalarBarActorInternal.h │   ├── vtkScalarBarRepresentation.h │   ├── vtkScalarBarWidget.h │   ├── vtkScalarsToColors.h │   ├── vtkScalarsToColorsItem.h │   ├── vtkScalarsToTextureFilter.h │   ├── vtkScalarTree.h │   ├── vtkScaledTextActor.h │   ├── vtkScatterPlotMatrix.h │   ├── vtkScenePicker.h │   ├── vtkSectorSource.h │   ├── vtkSeedRepresentation.h │   ├── vtkSeedWidget.h │   ├── vtkSelectEnclosedPoints.h │   ├── vtkSelectionAlgorithm.h │   ├── vtkSelection.h │   ├── vtkSelectionNode.h │   ├── vtkSelectionSource.h │   ├── vtkSelector.h │   ├── vtkSelectPolyData.h │   ├── vtkSelectVisiblePoints.h │   ├── vtkSEPReader.h │   ├── vtkSequencePass.h │   ├── vtkServerSocket.h │   ├── vtkSetGet.h │   ├── vtkShader.h │   ├── vtkShaderProgram.h │   ├── vtkShaderProperty.h │   ├── vtkShadowMapBakerPass.h │   ├── vtkShadowMapPass.h │   ├── vtkShepardMethod.h │   ├── vtkShortArray.h │   ├── vtkShrinkFilter.h │   ├── vtkShrinkPolyData.h │   ├── vtkSignedCharArray.h │   ├── vtkSimpleBondPerceiver.h │   ├── vtkSimpleCellTessellator.h │   ├── vtkSimpleElevationFilter.h │   ├── vtkSimpleImageToImageFilter.h │   ├── vtkSimpleMotionBlurPass.h │   ├── vtkSimplePointsReader.h │   ├── vtkSimplePointsWriter.h │   ├── vtkSimpleReader.h │   ├── vtkSimpleScalarTree.h │   ├── vtkSkybox.h │   ├── vtkSLCReader.h │   ├── vtkSliceCubes.h │   ├── vtkSliderRepresentation2D.h │   ├── vtkSliderRepresentation3D.h │   ├── vtkSliderRepresentation.h │   ├── vtkSliderWidget.h │   ├── vtkSmartPointerBase.h │   ├── vtkSmartPointer.h │   ├── vtkSmartVolumeMapper.h │   ├── vtkSmoothErrorMetric.h │   ├── vtkSmoothPolyDataFilter.h │   ├── vtkSMP.h │   ├── vtkSMPProgressObserver.h │   ├── vtkSMPThreadLocal.h │   ├── vtkSMPThreadLocalObject.h │   ├── vtkSMPTools.h │   ├── vtkSOADataArrayTemplate.h │   ├── vtkSOADataArrayTemplate.txx │   ├── vtkSobelGradientMagnitudePass.h │   ├── vtkSocketCollection.h │   ├── vtkSocketCommunicator.h │   ├── vtkSocketController.h │   ├── vtkSocket.h │   ├── vtkSortDataArray.h │   ├── vtkSortFieldData.h │   ├── vtkSortFileNames.h │   ├── vtkSpanSpace.h │   ├── vtkSparseArray.h │   ├── vtkSparseArrayToTable.h │   ├── vtkSparseArray.txx │   ├── vtkSpatialRepresentationFilter.h │   ├── vtkSphere.h │   ├── vtkSphereHandleRepresentation.h │   ├── vtkSpherePuzzleArrows.h │   ├── vtkSpherePuzzle.h │   ├── vtkSphereRepresentation.h │   ├── vtkSpheres.h │   ├── vtkSphereSource.h │   ├── vtkSphereTreeFilter.h │   ├── vtkSphereTree.h │   ├── vtkSphereWidget2.h │   ├── vtkSphereWidget.h │   ├── vtkSphericalDirectionEncoder.h │   ├── vtkSphericalHarmonics.h │   ├── vtkSphericalPointIterator.h │   ├── vtkSphericalTransform.h │   ├── vtkSpiderPlotActor.h │   ├── vtkSplineFilter.h │   ├── vtkSpline.h │   ├── vtkSplineRepresentation.h │   ├── vtkSplineWidget2.h │   ├── vtkSplineWidget.h │   ├── vtkSplitByCellScalarFilter.h │   ├── vtkSplitColumnComponents.h │   ├── vtkSplitField.h │   ├── vtkSSAAPass.h │   ├── vtkSSAOPass.h │   ├── vtkStateStorage.h │   ├── vtkStaticCellLinks.h │   ├── vtkStaticCellLinksTemplate.h │   ├── vtkStaticCellLinksTemplate.txx │   ├── vtkStaticCellLocator.h │   ├── vtkStaticCleanPolyData.h │   ├── vtkStaticCleanUnstructuredGrid.h │   ├── vtkStaticEdgeLocatorTemplate.h │   ├── vtkStaticEdgeLocatorTemplate.txx │   ├── vtkStaticFaceHashLinksTemplate.h │   ├── vtkStaticFaceHashLinksTemplate.txx │   ├── vtkStaticPointLocator2D.h │   ├── vtkStaticPointLocator.h │   ├── vtkStatisticsAlgorithm.h │   ├── vtkStatisticsAlgorithmPrivate.h │   ├── vtkStdFunctionArray.h │   ├── vtkStdString.h │   ├── vtkStereoCompositor.h │   ├── vtkStrahlerMetric.h │   ├── vtkStreamerBase.h │   ├── vtkStreamGraph.h │   ├── vtkStreamingDemandDrivenPipeline.h │   ├── vtkStreamingStatistics.h │   ├── vtkStreamingTessellator.h │   ├── vtkStringArray.h │   ├── vtkStringManager.h │   ├── vtkStringOutputWindow.h │   ├── vtkStringToCategory.h │   ├── vtkStringToImage.h │   ├── vtkStringToken.h │   ├── vtkStringToNumeric.h │   ├── vtkStripper.h │   ├── vtkStructuredAMRGridConnectivity.h │   ├── vtkStructuredAMRNeighbor.h │   ├── vtkStructuredData.h │   ├── vtkStructuredDataPlaneCutter.h │   ├── vtkStructuredExtent.h │   ├── vtkStructuredGridAlgorithm.h │   ├── vtkStructuredGridAppend.h │   ├── vtkStructuredGridClip.h │   ├── vtkStructuredGridConnectivity.h │   ├── vtkStructuredGridGeometryFilter.h │   ├── vtkStructuredGrid.h │   ├── vtkStructuredGridOutlineFilter.h │   ├── vtkStructuredGridPartitioner.h │   ├── vtkStructuredGridReader.h │   ├── vtkStructuredGridWriter.h │   ├── vtkStructuredNeighbor.h │   ├── vtkStructuredPointsCollection.h │   ├── vtkStructuredPointsGeometryFilter.h │   ├── vtkStructuredPoints.h │   ├── vtkStructuredPointsReader.h │   ├── vtkStructuredPointsWriter.h │   ├── vtkSubCommunicator.h │   ├── vtkSubdivideTetra.h │   ├── vtkSubdivisionFilter.h │   ├── vtkSubGroup.h │   ├── vtkSubPixelPositionEdgels.h │   ├── vtkSuperquadric.h │   ├── vtkSuperquadricSource.h │   ├── vtkSurfaceNets2D.h │   ├── vtkSurfaceNets3D.h │   ├── vtkSurfaceReconstructionFilter.h │   ├── vtkSynchronizedTemplates2D.h │   ├── vtkSynchronizedTemplates3D.h │   ├── vtkSynchronizedTemplatesCutter3D.h │   ├── vtkSynchronizeTimeFilter.h │   ├── vtksys │   │   ├── Base64.h │   │   ├── CommandLineArguments.hxx │   │   ├── Configure.h │   │   ├── Configure.hxx │   │   ├── Directory.hxx │   │   ├── DynamicLoader.hxx │   │   ├── Encoding.h │   │   ├── Encoding.hxx │   │   ├── FStream.hxx │   │   ├── Glob.hxx │   │   ├── MD5.h │   │   ├── Process.h │   │   ├── RegularExpression.hxx │   │   ├── SharedForward.h │   │   ├── Status.hxx │   │   ├── String.hxx │   │   ├── System.h │   │   ├── SystemInformation.hxx │   │   └── SystemTools.hxx │   ├── vtkSystemIncludes.h │   ├── vtkTableAlgorithm.h │   ├── vtkTableBasedClipDataSet.h │   ├── vtkTableFFT.h │   ├── vtkTable.h │   ├── vtkTableReader.h │   ├── vtkTableToArray.h │   ├── vtkTableToGraph.h │   ├── vtkTableToPolyData.h │   ├── vtkTableToSparseArray.h │   ├── vtkTableToStructuredGrid.h │   ├── vtkTableToTreeFilter.h │   ├── vtkTableWriter.h │   ├── vtkTDxConfigure.h │   ├── vtkTDxInteractorStyleCamera.h │   ├── vtkTDxInteractorStyle.h │   ├── vtkTDxInteractorStyleSettings.h │   ├── vtkTDxMotionEventInfo.h │   ├── vtkTemplateAliasMacro.h │   ├── vtkTemporalArrayOperatorFilter.h │   ├── vtkTemporalDataSetCache.h │   ├── vtkTemporalFractal.h │   ├── vtkTemporalInterpolator.h │   ├── vtkTemporalPathLineFilter.h │   ├── vtkTemporalShiftScale.h │   ├── vtkTemporalSnapToTimeStep.h │   ├── vtkTemporalStatistics.h │   ├── vtkTensorGlyph.h │   ├── vtkTensorProbeRepresentation.h │   ├── vtkTensorProbeWidget.h │   ├── vtkTensorRepresentation.h │   ├── vtkTensorWidget.h │   ├── vtkTerrainContourLineInterpolator.h │   ├── vtkTerrainDataPointPlacer.h │   ├── vtkTessellatedBoxSource.h │   ├── vtkTessellatorFilter.h │   ├── vtkTestDataArray.h │   ├── vtkTetra.h │   ├── vtkTextActor3D.h │   ├── vtkTextActor.h │   ├── vtkTextCodecFactory.h │   ├── vtkTextCodec.h │   ├── vtkTextMapper.h │   ├── vtkTextPropertyCollection.h │   ├── vtkTextProperty.h │   ├── vtkTextRenderer.h │   ├── vtkTextRendererStringToImage.h │   ├── vtkTextRepresentation.h │   ├── vtkTextSource.h │   ├── vtkTexturedActor2D.h │   ├── vtkTexturedButtonRepresentation2D.h │   ├── vtkTexturedButtonRepresentation.h │   ├── vtkTexturedSphereSource.h │   ├── vtkTexture.h │   ├── vtkTextureMapToCylinder.h │   ├── vtkTextureMapToPlane.h │   ├── vtkTextureMapToSphere.h │   ├── vtkTextureObject.h │   ├── vtkTextureObjectVS.h │   ├── vtkTextureUnitManager.h │   ├── vtkTextWidget.h │   ├── vtkTGAReader.h │   ├── vtkThinPlateSplineTransform.h │   ├── vtkThreadedCallbackQueue.h │   ├── vtkThreadedCallbackQueue.txx │   ├── vtkThreadedCompositeDataPipeline.h │   ├── vtkThreadedImageAlgorithm.h │   ├── vtkThreadedTaskQueue.h │   ├── vtkThreadedTaskQueue.txx │   ├── vtkThreads.h │   ├── vtkThresholdGraph.h │   ├── vtkThreshold.h │   ├── vtkThresholdPoints.h │   ├── vtkThresholdTable.h │   ├── vtkThresholdTextureCoords.h │   ├── vtktiff │   │   └── libtiff │   │   ├── tiffconf.h │   │   ├── tiff.h │   │   ├── tiffio.h │   │   ├── tiffvers.h │   │   └── vtk_tiff_mangle.h │   ├── vtk_tiff.h │   ├── vtkTIFFReader.h │   ├── vtkTIFFWriter.h │   ├── vtkTimePointUtility.h │   ├── vtkTimerLog.h │   ├── vtkTimeSourceExample.h │   ├── vtkTimeStamp.h │   ├── vtkToneMappingPass.h │   ├── vtkTooltipItem.h │   ├── vtkTransferAttributes.h │   ├── vtkTransform2D.h │   ├── vtkTransformCollection.h │   ├── vtkTransformCoordinateSystems.h │   ├── vtkTransformFeedback.h │   ├── vtkTransformFilter.h │   ├── vtkTransform.h │   ├── vtkTransformInterpolator.h │   ├── vtkTransformPolyDataFilter.h │   ├── vtkTransformTextureCoords.h │   ├── vtkTransformToGrid.h │   ├── vtkTranslucentPass.h │   ├── vtkTransposeMatrix.h │   ├── vtkTransposeTable.h │   ├── vtkTreeAlgorithm.h │   ├── vtkTreeBFSIterator.h │   ├── vtkTreeDFSIterator.h │   ├── vtkTreeDifferenceFilter.h │   ├── vtkTreeFieldAggregator.h │   ├── vtkTree.h │   ├── vtkTreeIterator.h │   ├── vtkTreeLevelsFilter.h │   ├── vtkTreeReader.h │   ├── vtkTreeWriter.h │   ├── vtkTriangleFilter.h │   ├── vtkTriangle.h │   ├── vtkTriangleMeshPointNormals.h │   ├── vtkTriangleStrip.h │   ├── vtkTriangularTCoords.h │   ├── vtkTriangularTexture.h │   ├── vtkTrimmedExtrusionFilter.h │   ├── vtkTriQuadraticHexahedron.h │   ├── vtkTriQuadraticPyramid.h │   ├── vtkTrivialConsumer.h │   ├── vtkTrivialProducer.h │   ├── vtkTubeBender.h │   ├── vtkTubeFilter.h │   ├── vtkTuple.h │   ├── vtkTupleInterpolator.h │   ├── vtkTypedArray.h │   ├── vtkTypedArray.txx │   ├── vtkTypedDataArray.h │   ├── vtkTypedDataArrayIterator.h │   ├── vtkTypedDataArray.txx │   ├── vtkTypeFloat32Array.h │   ├── vtkTypeFloat64Array.h │   ├── vtkType.h │   ├── vtkTypeInt16Array.h │   ├── vtkTypeInt32Array.h │   ├── vtkTypeInt64Array.h │   ├── vtkTypeInt8Array.h │   ├── vtkTypeList.h │   ├── vtkTypeListMacros.h │   ├── vtkTypeList.txx │   ├── vtkTypeName.h │   ├── vtkTypeTraits.h │   ├── vtkTypeUInt16Array.h │   ├── vtkTypeUInt32Array.h │   ├── vtkTypeUInt64Array.h │   ├── vtkTypeUInt8Array.h │   ├── vtkUncertaintyTubeFilter.h │   ├── vtkUndirectedGraphAlgorithm.h │   ├── vtkUndirectedGraph.h │   ├── vtkUniformGridAMRAlgorithm.h │   ├── vtkUniformGridAMRDataIterator.h │   ├── vtkUniformGridAMR.h │   ├── vtkUniformGrid.h │   ├── vtkUniformGridPartitioner.h │   ├── vtkUniformHyperTreeGrid.h │   ├── vtkUniformHyperTreeGridSource.h │   ├── vtkUniforms.h │   ├── vtkUnsignedCharArray.h │   ├── vtkUnsignedIntArray.h │   ├── vtkUnsignedLongArray.h │   ├── vtkUnsignedLongLongArray.h │   ├── vtkUnsignedShortArray.h │   ├── vtkUnstructuredGridAlgorithm.h │   ├── vtkUnstructuredGridBaseAlgorithm.h │   ├── vtkUnstructuredGridBase.h │   ├── vtkUnstructuredGridBunykRayCastFunction.h │   ├── vtkUnstructuredGridCellIterator.h │   ├── vtkUnstructuredGridGeometryFilter.h │   ├── vtkUnstructuredGrid.h │   ├── vtkUnstructuredGridHomogeneousRayIntegrator.h │   ├── vtkUnstructuredGridLinearRayIntegrator.h │   ├── vtkUnstructuredGridPartialPreIntegration.h │   ├── vtkUnstructuredGridPreIntegration.h │   ├── vtkUnstructuredGridQuadricDecimation.h │   ├── vtkUnstructuredGridReader.h │   ├── vtkUnstructuredGridToExplicitStructuredGrid.h │   ├── vtkUnstructuredGridVolumeMapper.h │   ├── vtkUnstructuredGridVolumeRayCastFunction.h │   ├── vtkUnstructuredGridVolumeRayCastIterator.h │   ├── vtkUnstructuredGridVolumeRayCastMapper.h │   ├── vtkUnstructuredGridVolumeRayIntegrator.h │   ├── vtkUnstructuredGridVolumeZSweepMapper.h │   ├── vtkUnstructuredGridWriter.h │   ├── vtkUpdateCellsV8toV9.h │   ├── vtkURI.h │   ├── vtkURILoader.h │   ├── vtkUTF16TextCodec.h │   ├── vtkutf8 │   │   ├── utf8 │   │   │   ├── checked.h │   │   │   ├── core.h │   │   │   └── unchecked.h │   │   └── utf8.h │   ├── vtk_utf8.h │   ├── vtkUTF8TextCodec.h │   ├── vtkValueFromString.h │   ├── vtkValuePass.h │   ├── vtkValueSelector.h │   ├── vtkVariantArray.h │   ├── vtkVariantCast.h │   ├── vtkVariantCreate.h │   ├── vtkVariantExtract.h │   ├── vtkVariant.h │   ├── vtkVariantInlineOperators.h │   ├── vtkVectorDot.h │   ├── vtkVector.h │   ├── vtkVectorNorm.h │   ├── vtkVectorOperators.h │   ├── vtkVectorText.h │   ├── vtk_verdict.h │   ├── vtkVersionFull.h │   ├── vtkVersion.h │   ├── vtkVersionMacros.h │   ├── vtkVertexDegree.h │   ├── vtkVertexGlyphFilter.h │   ├── vtkVertex.h │   ├── vtkVertexListIterator.h │   ├── vtkViewDependentErrorMetric.h │   ├── vtkView.h │   ├── vtkViewport.h │   ├── vtkViewsContext2DModule.h │   ├── vtkViewsCoreModule.h │   ├── vtkViewTheme.h │   ├── vtkVisibilitySort.h │   ├── vtkVoidArray.h │   ├── vtkVolume16Reader.h │   ├── vtkVolumeCollection.h │   ├── vtkVolumeContourSpectrumFilter.h │   ├── vtkVolume.h │   ├── vtkVolumeInputHelper.h │   ├── vtkVolumeMapper.h │   ├── vtkVolumeOfRevolutionFilter.h │   ├── vtkVolumeOutlineSource.h │   ├── vtkVolumePicker.h │   ├── vtkVolumeProperty.h │   ├── vtkVolumeRayCastSpaceLeapingImageFilter.h │   ├── vtkVolumeReader.h │   ├── vtkVolumeTexture.h │   ├── vtkVolumetricPass.h │   ├── vtkVoronoi2D.h │   ├── vtkVoxelContoursToSurfaceFilter.h │   ├── vtkVoxel.h │   ├── vtkVoxelModeller.h │   ├── vtkVTK_DISPATCH_IMPLICIT_ARRAYS.h │   ├── vtkVTK_USE_SCALED_SOA_ARRAYS.h │   ├── vtkWarpLens.h │   ├── vtkWarpScalar.h │   ├── vtkWarpTo.h │   ├── vtkWarpTransform.h │   ├── vtkWarpVector.h │   ├── vtkWeakPointerBase.h │   ├── vtkWeakPointer.h │   ├── vtkWeakReference.h │   ├── vtkWedge.h │   ├── vtkWeightedTransformFilter.h │   ├── vtkWidgetCallbackMapper.h │   ├── vtkWidgetEvent.h │   ├── vtkWidgetEventTranslator.h │   ├── vtkWidgetRepresentation.h │   ├── vtkWidgetSet.h │   ├── vtkWin32Header.h │   ├── vtkWindowedSincPolyDataFilter.h │   ├── vtkWindow.h │   ├── vtkWindowLevelLookupTable.h │   ├── vtkWindows.h │   ├── vtkWindowToImageFilter.h │   ├── vtkWordCloud.h │   ├── vtkWorldPointPicker.h │   ├── vtkWrap.h │   ├── vtkWrappingHints.h │   ├── vtkWrappingToolsModule.h │   ├── vtkWrapText.h │   ├── vtkWriter.h │   ├── vtkXMLCompositeDataReader.h │   ├── vtkXMLCompositeDataWriter.h │   ├── vtkXMLDataElement.h │   ├── vtkXMLDataObjectWriter.h │   ├── vtkXMLDataParser.h │   ├── vtkXMLDataReader.h │   ├── vtkXMLDataSetWriter.h │   ├── vtkXMLFileOutputWindow.h │   ├── vtkXMLFileReadTester.h │   ├── vtkXMLGenericDataObjectReader.h │   ├── vtkXMLHierarchicalBoxDataFileConverter.h │   ├── vtkXMLHierarchicalBoxDataReader.h │   ├── vtkXMLHierarchicalBoxDataWriter.h │   ├── vtkXMLHierarchicalDataReader.h │   ├── vtkXMLHyperTreeGridReader.h │   ├── vtkXMLHyperTreeGridWriter.h │   ├── vtkXMLImageDataReader.h │   ├── vtkXMLImageDataWriter.h │   ├── vtkXMLMultiBlockDataReader.h │   ├── vtkXMLMultiBlockDataWriter.h │   ├── vtkXMLMultiGroupDataReader.h │   ├── vtkXMLParser.h │   ├── vtkXMLPartitionedDataSetCollectionReader.h │   ├── vtkXMLPartitionedDataSetReader.h │   ├── vtkXMLPDataObjectReader.h │   ├── vtkXMLPDataReader.h │   ├── vtkXMLPHyperTreeGridReader.h │   ├── vtkXMLPImageDataReader.h │   ├── vtkXMLPolyDataReader.h │   ├── vtkXMLPolyDataWriter.h │   ├── vtkXMLPPolyDataReader.h │   ├── vtkXMLPRectilinearGridReader.h │   ├── vtkXMLPStructuredDataReader.h │   ├── vtkXMLPStructuredGridReader.h │   ├── vtkXMLPTableReader.h │   ├── vtkXMLPUnstructuredDataReader.h │   ├── vtkXMLPUnstructuredGridReader.h │   ├── vtkXMLReader.h │   ├── vtkXMLRectilinearGridReader.h │   ├── vtkXMLRectilinearGridWriter.h │   ├── vtkXMLStructuredDataReader.h │   ├── vtkXMLStructuredDataWriter.h │   ├── vtkXMLStructuredGridReader.h │   ├── vtkXMLStructuredGridWriter.h │   ├── vtkXMLTableReader.h │   ├── vtkXMLTableWriter.h │   ├── vtkXMLUniformGridAMRReader.h │   ├── vtkXMLUniformGridAMRWriter.h │   ├── vtkXMLUnstructuredDataReader.h │   ├── vtkXMLUnstructuredDataWriter.h │   ├── vtkXMLUnstructuredGridReader.h │   ├── vtkXMLUnstructuredGridWriter.h │   ├── vtkXMLUtilities.h │   ├── vtkXMLWriterBase.h │   ├── vtkXMLWriterC.h │   ├── vtkXMLWriter.h │   ├── vtkXOpenGLRenderWindow.h │   ├── vtkXRenderWindowInteractor.h │   ├── vtkXYPlotActor.h │   ├── vtkXYPlotWidget.h │   ├── vtkYoungsMaterialInterface.h │   ├── vtkZLibDataCompressor.h │   └── vtk_zlib.h ├── lib │   ├── avogadro2 │   │   ├── libgwavi.a │   │   ├── scripts │   │   │   ├── formatScripts │   │   │   │   └── zyx.py │   │   │   └── inputGenerators │   │   │   ├── dalton.py │   │   │   ├── gamessuk.py │   │   │   ├── gaussian.py │   │   │   ├── molpro.py │   │   │   ├── mopac.py │   │   │   ├── nwchem.py │   │   │   ├── orca.py │   │   │   ├── psi4.py │   │   │   ├── pyscf.py │   │   │   ├── qchem.py │   │   │   └── terachem.py │   │   └── staticplugins │   │   ├── Alchemy.a │   │   ├── AlignTool.a │   │   ├── apbs.a │   │   ├── ApplyColors.a │   │   ├── BallStick.a │   │   ├── BondCentric.a │   │   ├── Bonding.a │   │   ├── Cartoons.a │   │   ├── Centroid.a │   │   ├── CloseContacts.a │   │   ├── ColorOpacityMap.a │   │   ├── commands.a │   │   ├── ConfigurePython.a │   │   ├── CoordinateEditor.a │   │   ├── CopyPaste.a │   │   ├── Cp2kInput.a │   │   ├── Crystal.a │   │   ├── CrystalScene.a │   │   ├── CustomElements.a │   │   ├── Dipole.a │   │   ├── Editor.a │   │   ├── FetchPDB.a │   │   ├── Focus.a │   │   ├── Force.a │   │   ├── Forcefield.a │   │   ├── GamessInput.a │   │   ├── Hydrogens.a │   │   ├── ImportPQR.a │   │   ├── InsertFragment.a │   │   ├── Label.a │   │   ├── LabelEditor.a │   │   ├── LammpsInput.a │   │   ├── Licorice.a │   │   ├── LineFormatInput.a │   │   ├── Manipulator.a │   │   ├── MeasureTool.a │   │   ├── Meshes.a │   │   ├── MolecularProperties.a │   │   ├── Navigator.a │   │   ├── NetworkDatabases.a │   │   ├── NonCovalent.a │   │   ├── NucleicInput.a │   │   ├── OpenBabel.a │   │   ├── OpenMMInput.a │   │   ├── Orbitals.a │   │   ├── OverlayAxes.a │   │   ├── PlayerTool.a │   │   ├── PlotPdf.a │   │   ├── PlotRmsd.a │   │   ├── PlotXrd.a │   │   ├── PluginDownloader.a │   │   ├── PLY.a │   │   ├── POVRay.a │   │   ├── PropertyTables.a │   │   ├── QuantumInput.a │   │   ├── ResetView.a │   │   ├── ScriptCharges.a │   │   ├── ScriptFileFormats.a │   │   ├── Select.a │   │   ├── Selection.a │   │   ├── SpaceGroup.a │   │   ├── Spectra.a │   │   ├── Surfaces.a │   │   ├── SVG.a │   │   ├── TemplateTool.a │   │   ├── ThreeDMol.a │   │   ├── VanDerWaals.a │   │   ├── Vibrations.a │   │   ├── VRML.a │   │   ├── Wireframe.a │   │   └── Yaehmop.a │   ├── cmake │   │   ├── avogadrolibs │   │   │   ├── AvogadroLibsConfig.cmake │   │   │   ├── AvogadroLibsConfigVersion.cmake │   │   │   ├── AvogadroLibsTargets.cmake │   │   │   ├── AvogadroLibsTargets-release.cmake │   │   │   └── Findlibmsym.cmake │   │   ├── libmsym │   │   │   ├── libmsymConfig.cmake │   │   │   ├── libmsymConfigVersion.cmake │   │   │   ├── libmsymTargets.cmake │   │   │   └── libmsymTargets-release.cmake │   │   ├── openbabel3 │   │   │   ├── OpenBabel3Config.cmake │   │   │   ├── OpenBabel3ConfigVersion.cmake │   │   │   ├── OpenBabel3_EXPORTS.cmake │   │   │   └── OpenBabel3_EXPORTS-release.cmake │   │   ├── Spglib │   │   │   ├── PackageCompsHelper.cmake │   │   │   ├── SpglibConfig.cmake │   │   │   ├── SpglibConfigVersion.cmake │   │   │   ├── SpglibTargets_shared.cmake │   │   │   └── SpglibTargets_shared-release.cmake │   │   └── vtk-9.3 │   │   ├── FindCGNS.cmake │   │   ├── FindDirectX.cmake │   │   ├── Finddouble-conversion.cmake │   │   ├── FindEigen3.cmake │   │   ├── FindEXPAT.cmake │   │   ├── FindExprTk.cmake │   │   ├── FindFFMPEG.cmake │   │   ├── FindFontConfig.cmake │   │   ├── FindFreetype.cmake │   │   ├── FindGL2PS.cmake │   │   ├── FindGLEW.cmake │   │   ├── FindJOGL.cmake │   │   ├── FindJsonCpp.cmake │   │   ├── FindLibHaru.cmake │   │   ├── FindLibPROJ.cmake │   │   ├── FindLibXml2.cmake │   │   ├── FindLZ4.cmake │   │   ├── FindLZMA.cmake │   │   ├── FindMEMKIND.cmake │   │   ├── Findmpi4py.cmake │   │   ├── FindMySQL.cmake │   │   ├── FindNetCDF.cmake │   │   ├── FindODBC.cmake │   │   ├── FindOGG.cmake │   │   ├── FindOpenSlide.cmake │   │   ├── FindOpenVR.cmake │   │   ├── FindOpenXR.cmake │   │   ├── FindOpenXRRemoting.cmake │   │   ├── FindOSMesa.cmake │   │   ├── FindPEGTL.cmake │   │   ├── FindTBB.cmake │   │   ├── FindTHEORA.cmake │   │   ├── Findutf8cpp.cmake │   │   ├── FindzSpace.cmake │   │   ├── patches │   │   │   ├── 3.13 │   │   │   │   └── FindZLIB.cmake │   │   │   ├── 3.16 │   │   │   │   └── FindPostgreSQL.cmake │   │   │   ├── 3.19 │   │   │   │   ├── FindJPEG.cmake │   │   │   │   ├── FindLibArchive.cmake │   │   │   │   ├── FindSQLite3.cmake │   │   │   │   └── FindX11.cmake │   │   │   ├── 3.20 │   │   │   │   └── FindGDAL.cmake │   │   │   ├── 3.22 │   │   │   │   ├── FindMPI │   │   │   │   │   ├── fortranparam_mpi.f90.in │   │   │   │   │   ├── libver_mpi.c │   │   │   │   │   ├── libver_mpi.f90.in │   │   │   │   │   ├── mpiver.f90.in │   │   │   │   │   ├── test_mpi.c │   │   │   │   │   └── test_mpi.f90.in │   │   │   │   └── FindMPI.cmake │   │   │   ├── 3.23 │   │   │   │   ├── FindPython │   │   │   │   │   └── Support.cmake │   │   │   │   └── FindPython3.cmake │   │   │   └── 99 │   │   │   ├── FindHDF5.cmake │   │   │   └── FindOpenGL.cmake │   │   ├── vtkCMakeBackports.cmake │   │   ├── vtk-config.cmake │   │   ├── vtk-config-version.cmake │   │   ├── vtkDetectLibraryType.cmake │   │   ├── vtkEncodeString.cmake │   │   ├── vtkHashSource.cmake │   │   ├── vtkModule.cmake │   │   ├── vtkModuleGraphviz.cmake │   │   ├── vtkModuleJson.cmake │   │   ├── vtkModuleTesting.cmake │   │   ├── vtkModuleWrapJava.cmake │   │   ├── vtkModuleWrapPython.cmake │   │   ├── vtkObjectFactory.cmake │   │   ├── vtkObjectFactory.cxx.in │   │   ├── vtkObjectFactory.h.in │   │   ├── vtk-prefix.cmake │   │   ├── VTK-targets.cmake │   │   ├── VTK-targets-release.cmake │   │   ├── vtkTestingDriver.cmake │   │   ├── vtkTestingRenderingDriver.cmake │   │   ├── vtkTopologicalSort.cmake │   │   ├── vtk-use-file-compat.cmake │   │   ├── vtk-use-file-deprecated.cmake │   │   ├── vtk-use-file-error.cmake │   │   ├── VTK-vtk-module-find-packages.cmake │   │   └── VTK-vtk-module-properties.cmake │   ├── libarchive.a │   ├── libarchive.so -> libarchive.so.13 │   ├── libarchive.so.13 -> libarchive.so.13.7.7 │   ├── libarchive.so.13.7.7 │   ├── libAvogadroCalc.so -> libAvogadroCalc.so.1 │   ├── libAvogadroCalc.so.1 -> libAvogadroCalc.so.1.100.0 │   ├── libAvogadroCalc.so.1.100.0 │   ├── libAvogadroCore.so -> libAvogadroCore.so.1 │   ├── libAvogadroCore.so.1 -> libAvogadroCore.so.1.100.0 │   ├── libAvogadroCore.so.1.100.0 │   ├── libAvogadroIO.so -> libAvogadroIO.so.1 │   ├── libAvogadroIO.so.1 -> libAvogadroIO.so.1.100.0 │   ├── libAvogadroIO.so.1.100.0 │   ├── libAvogadroMoleQueue.so -> libAvogadroMoleQueue.so.1 │   ├── libAvogadroMoleQueue.so.1 -> libAvogadroMoleQueue.so.1.100.0 │   ├── libAvogadroMoleQueue.so.1.100.0 │   ├── libAvogadroQtGui.so -> libAvogadroQtGui.so.1 │   ├── libAvogadroQtGui.so.1 -> libAvogadroQtGui.so.1.100.0 │   ├── libAvogadroQtGui.so.1.100.0 │   ├── libAvogadroQtOpenGL.so -> libAvogadroQtOpenGL.so.1 │   ├── libAvogadroQtOpenGL.so.1 -> libAvogadroQtOpenGL.so.1.100.0 │   ├── libAvogadroQtOpenGL.so.1.100.0 │   ├── libAvogadroQtPlugins.so -> libAvogadroQtPlugins.so.1 │   ├── libAvogadroQtPlugins.so.1 -> libAvogadroQtPlugins.so.1.100.0 │   ├── libAvogadroQtPlugins.so.1.100.0 │   ├── libAvogadroQuantumIO.so -> libAvogadroQuantumIO.so.1 │   ├── libAvogadroQuantumIO.so.1 -> libAvogadroQuantumIO.so.1.100.0 │   ├── libAvogadroQuantumIO.so.1.100.0 │   ├── libAvogadroRendering.so -> libAvogadroRendering.so.1 │   ├── libAvogadroRendering.so.1 -> libAvogadroRendering.so.1.100.0 │   ├── libAvogadroRendering.so.1.100.0 │   ├── libAvogadroVtk.so -> libAvogadroVtk.so.1 │   ├── libAvogadroVtk.so.1 -> libAvogadroVtk.so.1.100.0 │   ├── libAvogadroVtk.so.1.100.0 │   ├── libbrotlicommon.so.1 │   ├── libbrotlidec.so.1 │   ├── libbsd.so.0 │   ├── libbz2.so.1.0 │   ├── libcap.so.2 │   ├── libcrypto.so.3 │   ├── libdbus-1.so.3 │   ├── libgcrypt.so.20 │   ├── libGLEWmx.so -> libGLEWmx.so.2.2 │   ├── libGLEWmx.so.2.2 -> libGLEWmx.so.2.2.0 │   ├── libGLEWmx.so.2.2.0 │   ├── libGLEW.so -> libGLEW.so.2.2 │   ├── libGLEW.so.2.2 -> libGLEW.so.2.2.0 │   ├── libGLEW.so.2.2.0 │   ├── libglib-2.0.so.0 │   ├── libgssapi_krb5.so.2 │   ├── libgthread-2.0.so.0 │   ├── libicudata.so.70 │   ├── libicudata.so.73 │   ├── libicui18n.so.73 │   ├── libicuuc.so.70 │   ├── libicuuc.so.73 │   ├── libinchi.so -> libinchi.so.0 │   ├── libinchi.so.0 -> libinchi.so.0.4.1 │   ├── libinchi.so.0.4.1 │   ├── libk5crypto.so.3 │   ├── libkeyutils.so.1 │   ├── libkrb5.so.3 │   ├── libkrb5support.so.0 │   ├── liblz4.so.1 │   ├── liblzma.so.5 │   ├── libmd.so.0 │   ├── libmsym.so -> libmsym.so.0.2 │   ├── libmsym.so.0.2 -> libmsym.so.0.2.4 │   ├── libmsym.so.0.2.4 │   ├── libopenbabel.so -> libopenbabel.so.7 │   ├── libopenbabel.so.7 -> libopenbabel.so.7.0.0 │   ├── libopenbabel.so.7.0.0 │   ├── libpcre.so.3 │   ├── libpng16.so.16 │   ├── libQt6Concurrent.so.6 │   ├── libQt6Core.so.6 │   ├── libQt6DBus.so.6 │   ├── libQt6Gui.so.6 │   ├── libQt6Network.so.6 │   ├── libQt6OpenGL.so.6 │   ├── libQt6OpenGLWidgets.so.6 │   ├── libQt6Svg.so.6 │   ├── libQt6Widgets.so.6 │   ├── libQt6XcbQpa.so.6 │   ├── libsymspg.so -> libsymspg.so.2 │   ├── libsymspg.so.2 -> libsymspg.so.2.5.0 │   ├── libsymspg.so.2.5.0 │   ├── libsystemd.so.0 │   ├── libvtkChartsCore-9.3.so -> libvtkChartsCore-9.3.so.1 │   ├── libvtkChartsCore-9.3.so.1 -> libvtkChartsCore-9.3.so.9.3 │   ├── libvtkChartsCore-9.3.so.9.3 │   ├── libvtkCommonColor-9.3.so -> libvtkCommonColor-9.3.so.1 │   ├── libvtkCommonColor-9.3.so.1 -> libvtkCommonColor-9.3.so.9.3 │   ├── libvtkCommonColor-9.3.so.9.3 │   ├── libvtkCommonComputationalGeometry-9.3.so -> libvtkCommonComputationalGeometry-9.3.so.1 │   ├── libvtkCommonComputationalGeometry-9.3.so.1 -> libvtkCommonComputationalGeometry-9.3.so.9.3 │   ├── libvtkCommonComputationalGeometry-9.3.so.9.3 │   ├── libvtkCommonCore-9.3.so -> libvtkCommonCore-9.3.so.1 │   ├── libvtkCommonCore-9.3.so.1 -> libvtkCommonCore-9.3.so.9.3 │   ├── libvtkCommonCore-9.3.so.9.3 │   ├── libvtkCommonDataModel-9.3.so -> libvtkCommonDataModel-9.3.so.1 │   ├── libvtkCommonDataModel-9.3.so.1 -> libvtkCommonDataModel-9.3.so.9.3 │   ├── libvtkCommonDataModel-9.3.so.9.3 │   ├── libvtkCommonExecutionModel-9.3.so -> libvtkCommonExecutionModel-9.3.so.1 │   ├── libvtkCommonExecutionModel-9.3.so.1 -> libvtkCommonExecutionModel-9.3.so.9.3 │   ├── libvtkCommonExecutionModel-9.3.so.9.3 │   ├── libvtkCommonMath-9.3.so -> libvtkCommonMath-9.3.so.1 │   ├── libvtkCommonMath-9.3.so.1 -> libvtkCommonMath-9.3.so.9.3 │   ├── libvtkCommonMath-9.3.so.9.3 │   ├── libvtkCommonMisc-9.3.so -> libvtkCommonMisc-9.3.so.1 │   ├── libvtkCommonMisc-9.3.so.1 -> libvtkCommonMisc-9.3.so.9.3 │   ├── libvtkCommonMisc-9.3.so.9.3 │   ├── libvtkCommonSystem-9.3.so -> libvtkCommonSystem-9.3.so.1 │   ├── libvtkCommonSystem-9.3.so.1 -> libvtkCommonSystem-9.3.so.9.3 │   ├── libvtkCommonSystem-9.3.so.9.3 │   ├── libvtkCommonTransforms-9.3.so -> libvtkCommonTransforms-9.3.so.1 │   ├── libvtkCommonTransforms-9.3.so.1 -> libvtkCommonTransforms-9.3.so.9.3 │   ├── libvtkCommonTransforms-9.3.so.9.3 │   ├── libvtkDICOMParser-9.3.so -> libvtkDICOMParser-9.3.so.1 │   ├── libvtkDICOMParser-9.3.so.1 -> libvtkDICOMParser-9.3.so.9.3 │   ├── libvtkDICOMParser-9.3.so.9.3 │   ├── libvtkDomainsChemistry-9.3.so -> libvtkDomainsChemistry-9.3.so.1 │   ├── libvtkDomainsChemistry-9.3.so.1 -> libvtkDomainsChemistry-9.3.so.9.3 │   ├── libvtkDomainsChemistry-9.3.so.9.3 │   ├── libvtkDomainsChemistryOpenGL2-9.3.so -> libvtkDomainsChemistryOpenGL2-9.3.so.1 │   ├── libvtkDomainsChemistryOpenGL2-9.3.so.1 -> libvtkDomainsChemistryOpenGL2-9.3.so.9.3 │   ├── libvtkDomainsChemistryOpenGL2-9.3.so.9.3 │   ├── libvtkdoubleconversion-9.3.so -> libvtkdoubleconversion-9.3.so.1 │   ├── libvtkdoubleconversion-9.3.so.1 -> libvtkdoubleconversion-9.3.so.9.3 │   ├── libvtkdoubleconversion-9.3.so.9.3 │   ├── libvtkexpat-9.3.so -> libvtkexpat-9.3.so.1 │   ├── libvtkexpat-9.3.so.1 -> libvtkexpat-9.3.so.9.3 │   ├── libvtkexpat-9.3.so.9.3 │   ├── libvtkFiltersCore-9.3.so -> libvtkFiltersCore-9.3.so.1 │   ├── libvtkFiltersCore-9.3.so.1 -> libvtkFiltersCore-9.3.so.9.3 │   ├── libvtkFiltersCore-9.3.so.9.3 │   ├── libvtkFiltersExtraction-9.3.so -> libvtkFiltersExtraction-9.3.so.1 │   ├── libvtkFiltersExtraction-9.3.so.1 -> libvtkFiltersExtraction-9.3.so.9.3 │   ├── libvtkFiltersExtraction-9.3.so.9.3 │   ├── libvtkFiltersGeneral-9.3.so -> libvtkFiltersGeneral-9.3.so.1 │   ├── libvtkFiltersGeneral-9.3.so.1 -> libvtkFiltersGeneral-9.3.so.9.3 │   ├── libvtkFiltersGeneral-9.3.so.9.3 │   ├── libvtkFiltersGeometry-9.3.so -> libvtkFiltersGeometry-9.3.so.1 │   ├── libvtkFiltersGeometry-9.3.so.1 -> libvtkFiltersGeometry-9.3.so.9.3 │   ├── libvtkFiltersGeometry-9.3.so.9.3 │   ├── libvtkFiltersHybrid-9.3.so -> libvtkFiltersHybrid-9.3.so.1 │   ├── libvtkFiltersHybrid-9.3.so.1 -> libvtkFiltersHybrid-9.3.so.9.3 │   ├── libvtkFiltersHybrid-9.3.so.9.3 │   ├── libvtkFiltersHyperTree-9.3.so -> libvtkFiltersHyperTree-9.3.so.1 │   ├── libvtkFiltersHyperTree-9.3.so.1 -> libvtkFiltersHyperTree-9.3.so.9.3 │   ├── libvtkFiltersHyperTree-9.3.so.9.3 │   ├── libvtkFiltersModeling-9.3.so -> libvtkFiltersModeling-9.3.so.1 │   ├── libvtkFiltersModeling-9.3.so.1 -> libvtkFiltersModeling-9.3.so.9.3 │   ├── libvtkFiltersModeling-9.3.so.9.3 │   ├── libvtkFiltersSources-9.3.so -> libvtkFiltersSources-9.3.so.1 │   ├── libvtkFiltersSources-9.3.so.1 -> libvtkFiltersSources-9.3.so.9.3 │   ├── libvtkFiltersSources-9.3.so.9.3 │   ├── libvtkFiltersStatistics-9.3.so -> libvtkFiltersStatistics-9.3.so.1 │   ├── libvtkFiltersStatistics-9.3.so.1 -> libvtkFiltersStatistics-9.3.so.9.3 │   ├── libvtkFiltersStatistics-9.3.so.9.3 │   ├── libvtkFiltersTexture-9.3.so -> libvtkFiltersTexture-9.3.so.1 │   ├── libvtkFiltersTexture-9.3.so.1 -> libvtkFiltersTexture-9.3.so.9.3 │   ├── libvtkFiltersTexture-9.3.so.9.3 │   ├── libvtkFiltersVerdict-9.3.so -> libvtkFiltersVerdict-9.3.so.1 │   ├── libvtkFiltersVerdict-9.3.so.1 -> libvtkFiltersVerdict-9.3.so.9.3 │   ├── libvtkFiltersVerdict-9.3.so.9.3 │   ├── libvtkfmt-9.3.so -> libvtkfmt-9.3.so.1 │   ├── libvtkfmt-9.3.so.1 -> libvtkfmt-9.3.so.9.3 │   ├── libvtkfmt-9.3.so.9.3 │   ├── libvtkfreetype-9.3.so -> libvtkfreetype-9.3.so.1 │   ├── libvtkfreetype-9.3.so.1 -> libvtkfreetype-9.3.so.9.3 │   ├── libvtkfreetype-9.3.so.9.3 │   ├── libvtkglew-9.3.so -> libvtkglew-9.3.so.1 │   ├── libvtkglew-9.3.so.1 -> libvtkglew-9.3.so.9.3 │   ├── libvtkglew-9.3.so.9.3 │   ├── libvtkGUISupportQt-9.3.so -> libvtkGUISupportQt-9.3.so.1 │   ├── libvtkGUISupportQt-9.3.so.1 -> libvtkGUISupportQt-9.3.so.9.3 │   ├── libvtkGUISupportQt-9.3.so.9.3 │   ├── libvtkImagingColor-9.3.so -> libvtkImagingColor-9.3.so.1 │   ├── libvtkImagingColor-9.3.so.1 -> libvtkImagingColor-9.3.so.9.3 │   ├── libvtkImagingColor-9.3.so.9.3 │   ├── libvtkImagingCore-9.3.so -> libvtkImagingCore-9.3.so.1 │   ├── libvtkImagingCore-9.3.so.1 -> libvtkImagingCore-9.3.so.9.3 │   ├── libvtkImagingCore-9.3.so.9.3 │   ├── libvtkImagingGeneral-9.3.so -> libvtkImagingGeneral-9.3.so.1 │   ├── libvtkImagingGeneral-9.3.so.1 -> libvtkImagingGeneral-9.3.so.9.3 │   ├── libvtkImagingGeneral-9.3.so.9.3 │   ├── libvtkImagingHybrid-9.3.so -> libvtkImagingHybrid-9.3.so.1 │   ├── libvtkImagingHybrid-9.3.so.1 -> libvtkImagingHybrid-9.3.so.9.3 │   ├── libvtkImagingHybrid-9.3.so.9.3 │   ├── libvtkImagingMath-9.3.so -> libvtkImagingMath-9.3.so.1 │   ├── libvtkImagingMath-9.3.so.1 -> libvtkImagingMath-9.3.so.9.3 │   ├── libvtkImagingMath-9.3.so.9.3 │   ├── libvtkImagingSources-9.3.so -> libvtkImagingSources-9.3.so.1 │   ├── libvtkImagingSources-9.3.so.1 -> libvtkImagingSources-9.3.so.9.3 │   ├── libvtkImagingSources-9.3.so.9.3 │   ├── libvtkInfovisCore-9.3.so -> libvtkInfovisCore-9.3.so.1 │   ├── libvtkInfovisCore-9.3.so.1 -> libvtkInfovisCore-9.3.so.9.3 │   ├── libvtkInfovisCore-9.3.so.9.3 │   ├── libvtkInteractionStyle-9.3.so -> libvtkInteractionStyle-9.3.so.1 │   ├── libvtkInteractionStyle-9.3.so.1 -> libvtkInteractionStyle-9.3.so.9.3 │   ├── libvtkInteractionStyle-9.3.so.9.3 │   ├── libvtkInteractionWidgets-9.3.so -> libvtkInteractionWidgets-9.3.so.1 │   ├── libvtkInteractionWidgets-9.3.so.1 -> libvtkInteractionWidgets-9.3.so.9.3 │   ├── libvtkInteractionWidgets-9.3.so.9.3 │   ├── libvtkIOCore-9.3.so -> libvtkIOCore-9.3.so.1 │   ├── libvtkIOCore-9.3.so.1 -> libvtkIOCore-9.3.so.9.3 │   ├── libvtkIOCore-9.3.so.9.3 │   ├── libvtkIOImage-9.3.so -> libvtkIOImage-9.3.so.1 │   ├── libvtkIOImage-9.3.so.1 -> libvtkIOImage-9.3.so.9.3 │   ├── libvtkIOImage-9.3.so.9.3 │   ├── libvtkIOLegacy-9.3.so -> libvtkIOLegacy-9.3.so.1 │   ├── libvtkIOLegacy-9.3.so.1 -> libvtkIOLegacy-9.3.so.9.3 │   ├── libvtkIOLegacy-9.3.so.9.3 │   ├── libvtkIOXML-9.3.so -> libvtkIOXML-9.3.so.1 │   ├── libvtkIOXML-9.3.so.1 -> libvtkIOXML-9.3.so.9.3 │   ├── libvtkIOXML-9.3.so.9.3 │   ├── libvtkIOXMLParser-9.3.so -> libvtkIOXMLParser-9.3.so.1 │   ├── libvtkIOXMLParser-9.3.so.1 -> libvtkIOXMLParser-9.3.so.9.3 │   ├── libvtkIOXMLParser-9.3.so.9.3 │   ├── libvtkjpeg-9.3.so -> libvtkjpeg-9.3.so.1 │   ├── libvtkjpeg-9.3.so.1 -> libvtkjpeg-9.3.so.9.3 │   ├── libvtkjpeg-9.3.so.9.3 │   ├── libvtkkissfft-9.3.so -> libvtkkissfft-9.3.so.1 │   ├── libvtkkissfft-9.3.so.1 -> libvtkkissfft-9.3.so.9.3 │   ├── libvtkkissfft-9.3.so.9.3 │   ├── libvtklz4-9.3.so -> libvtklz4-9.3.so.1 │   ├── libvtklz4-9.3.so.1 -> libvtklz4-9.3.so.9.3 │   ├── libvtklz4-9.3.so.9.3 │   ├── libvtklzma-9.3.so -> libvtklzma-9.3.so.1 │   ├── libvtklzma-9.3.so.1 -> libvtklzma-9.3.so.9.3 │   ├── libvtklzma-9.3.so.9.3 │   ├── libvtkmetaio-9.3.so -> libvtkmetaio-9.3.so.1 │   ├── libvtkmetaio-9.3.so.1 -> libvtkmetaio-9.3.so.9.3 │   ├── libvtkmetaio-9.3.so.9.3 │   ├── libvtkParallelCore-9.3.so -> libvtkParallelCore-9.3.so.1 │   ├── libvtkParallelCore-9.3.so.1 -> libvtkParallelCore-9.3.so.9.3 │   ├── libvtkParallelCore-9.3.so.9.3 │   ├── libvtkParallelDIY-9.3.so -> libvtkParallelDIY-9.3.so.1 │   ├── libvtkParallelDIY-9.3.so.1 -> libvtkParallelDIY-9.3.so.9.3 │   ├── libvtkParallelDIY-9.3.so.9.3 │   ├── libvtkpng-9.3.so -> libvtkpng-9.3.so.1 │   ├── libvtkpng-9.3.so.1 -> libvtkpng-9.3.so.9.3 │   ├── libvtkpng-9.3.so.9.3 │   ├── libvtkpugixml-9.3.so -> libvtkpugixml-9.3.so.1 │   ├── libvtkpugixml-9.3.so.1 -> libvtkpugixml-9.3.so.9.3 │   ├── libvtkpugixml-9.3.so.9.3 │   ├── libvtkRenderingAnnotation-9.3.so -> libvtkRenderingAnnotation-9.3.so.1 │   ├── libvtkRenderingAnnotation-9.3.so.1 -> libvtkRenderingAnnotation-9.3.so.9.3 │   ├── libvtkRenderingAnnotation-9.3.so.9.3 │   ├── libvtkRenderingContext2D-9.3.so -> libvtkRenderingContext2D-9.3.so.1 │   ├── libvtkRenderingContext2D-9.3.so.1 -> libvtkRenderingContext2D-9.3.so.9.3 │   ├── libvtkRenderingContext2D-9.3.so.9.3 │   ├── libvtkRenderingContextOpenGL2-9.3.so -> libvtkRenderingContextOpenGL2-9.3.so.1 │   ├── libvtkRenderingContextOpenGL2-9.3.so.1 -> libvtkRenderingContextOpenGL2-9.3.so.9.3 │   ├── libvtkRenderingContextOpenGL2-9.3.so.9.3 │   ├── libvtkRenderingCore-9.3.so -> libvtkRenderingCore-9.3.so.1 │   ├── libvtkRenderingCore-9.3.so.1 -> libvtkRenderingCore-9.3.so.9.3 │   ├── libvtkRenderingCore-9.3.so.9.3 │   ├── libvtkRenderingFreeType-9.3.so -> libvtkRenderingFreeType-9.3.so.1 │   ├── libvtkRenderingFreeType-9.3.so.1 -> libvtkRenderingFreeType-9.3.so.9.3 │   ├── libvtkRenderingFreeType-9.3.so.9.3 │   ├── libvtkRenderingHyperTreeGrid-9.3.so -> libvtkRenderingHyperTreeGrid-9.3.so.1 │   ├── libvtkRenderingHyperTreeGrid-9.3.so.1 -> libvtkRenderingHyperTreeGrid-9.3.so.9.3 │   ├── libvtkRenderingHyperTreeGrid-9.3.so.9.3 │   ├── libvtkRenderingLabel-9.3.so -> libvtkRenderingLabel-9.3.so.1 │   ├── libvtkRenderingLabel-9.3.so.1 -> libvtkRenderingLabel-9.3.so.9.3 │   ├── libvtkRenderingLabel-9.3.so.9.3 │   ├── libvtkRenderingOpenGL2-9.3.so -> libvtkRenderingOpenGL2-9.3.so.1 │   ├── libvtkRenderingOpenGL2-9.3.so.1 -> libvtkRenderingOpenGL2-9.3.so.9.3 │   ├── libvtkRenderingOpenGL2-9.3.so.9.3 │   ├── libvtkRenderingQt-9.3.so -> libvtkRenderingQt-9.3.so.1 │   ├── libvtkRenderingQt-9.3.so.1 -> libvtkRenderingQt-9.3.so.9.3 │   ├── libvtkRenderingQt-9.3.so.9.3 │   ├── libvtkRenderingUI-9.3.so -> libvtkRenderingUI-9.3.so.1 │   ├── libvtkRenderingUI-9.3.so.1 -> libvtkRenderingUI-9.3.so.9.3 │   ├── libvtkRenderingUI-9.3.so.9.3 │   ├── libvtkRenderingVolume-9.3.so -> libvtkRenderingVolume-9.3.so.1 │   ├── libvtkRenderingVolume-9.3.so.1 -> libvtkRenderingVolume-9.3.so.9.3 │   ├── libvtkRenderingVolume-9.3.so.9.3 │   ├── libvtkRenderingVolumeOpenGL2-9.3.so -> libvtkRenderingVolumeOpenGL2-9.3.so.1 │   ├── libvtkRenderingVolumeOpenGL2-9.3.so.1 -> libvtkRenderingVolumeOpenGL2-9.3.so.9.3 │   ├── libvtkRenderingVolumeOpenGL2-9.3.so.9.3 │   ├── libvtksys-9.3.so -> libvtksys-9.3.so.1 │   ├── libvtksys-9.3.so.1 -> libvtksys-9.3.so.9.3 │   ├── libvtksys-9.3.so.9.3 │   ├── libvtktiff-9.3.so -> libvtktiff-9.3.so.1 │   ├── libvtktiff-9.3.so.1 -> libvtktiff-9.3.so.9.3 │   ├── libvtktiff-9.3.so.9.3 │   ├── libvtkverdict-9.3.so -> libvtkverdict-9.3.so.1 │   ├── libvtkverdict-9.3.so.1 -> libvtkverdict-9.3.so.9.3 │   ├── libvtkverdict-9.3.so.9.3 │   ├── libvtkViewsContext2D-9.3.so -> libvtkViewsContext2D-9.3.so.1 │   ├── libvtkViewsContext2D-9.3.so.1 -> libvtkViewsContext2D-9.3.so.9.3 │   ├── libvtkViewsContext2D-9.3.so.9.3 │   ├── libvtkViewsCore-9.3.so -> libvtkViewsCore-9.3.so.1 │   ├── libvtkViewsCore-9.3.so.1 -> libvtkViewsCore-9.3.so.9.3 │   ├── libvtkViewsCore-9.3.so.9.3 │   ├── libvtkWrappingTools-9.3.so -> libvtkWrappingTools-9.3.so.1 │   ├── libvtkWrappingTools-9.3.so.1 -> libvtkWrappingTools-9.3.so.9.3 │   ├── libvtkWrappingTools-9.3.so.9.3 │   ├── libXau.so.6 │   ├── libxcb-cursor.so.0 │   ├── libxcb-glx.so.0 │   ├── libxcb-icccm.so.4 │   ├── libxcb-image.so.0 │   ├── libxcb-keysyms.so.1 │   ├── libxcb-randr.so.0 │   ├── libxcb-render.so.0 │   ├── libxcb-render-util.so.0 │   ├── libxcb-shape.so.0 │   ├── libxcb-shm.so.0 │   ├── libxcb-sync.so.1 │   ├── libxcb-util.so.1 │   ├── libxcb-xfixes.so.0 │   ├── libxcb-xkb.so.1 │   ├── libXdmcp.so.6 │   ├── libxkbcommon.so.0 │   ├── libxkbcommon-x11.so.0 │   ├── libxml2.so.2 │   ├── libzstd.so.1 │   ├── openbabel │   │   ├── abinitformat.so │   │   ├── acesformat.so │   │   ├── acrformat.so │   │   ├── adfformat.so │   │   ├── alchemyformat.so │   │   ├── amberformat.so │   │   ├── aoforceformat.so │   │   ├── APIInterface.so │   │   ├── asciiformat.so │   │   ├── balstformat.so │   │   ├── bgfformat.so │   │   ├── boxformat.so │   │   ├── cacaoformat.so │   │   ├── cacheformat.so │   │   ├── carformat.so │   │   ├── castepformat.so │   │   ├── cccformat.so │   │   ├── cdxmlformat.so │   │   ├── chem3dformat.so │   │   ├── chemdoodlejsonformat.so │   │   ├── chemdrawcdx.so │   │   ├── chemdrawct.so │   │   ├── chemicaljsonformat.so │   │   ├── chemkinformat.so │   │   ├── chemtoolformat.so │   │   ├── cifformat.so │   │   ├── cmlformat.so │   │   ├── cmlreactformat.so │   │   ├── cofformat.so │   │   ├── confabreport.so │   │   ├── copyformat.so │   │   ├── crkformat.so │   │   ├── crystal09format.so │   │   ├── CSRformat.so │   │   ├── cssrformat.so │   │   ├── daltonformat.so │   │   ├── dlpolyformat.so │   │   ├── dmolformat.so │   │   ├── exyzformat.so │   │   ├── fastaformat.so │   │   ├── fastsearchformat.so │   │   ├── fchkformat.so │   │   ├── featformat.so │   │   ├── fhformat.so │   │   ├── fhiaimsformat.so │   │   ├── fingerprintformat.so │   │   ├── fpsformat.so │   │   ├── freefracformat.so │   │   ├── gamessformat.so │   │   ├── gamessukformat.so │   │   ├── gausscubeformat.so │   │   ├── gaussformat.so │   │   ├── gausszmatformat.so │   │   ├── ghemicalformat.so │   │   ├── groformat.so │   │   ├── gromos96format.so │   │   ├── gulpformat.so │   │   ├── hinformat.so │   │   ├── inchiformat.so │   │   ├── jaguarformat.so │   │   ├── lmpdatformat.so │   │   ├── lpmdformat.so │   │   ├── MCDLformat.so │   │   ├── mdffformat.so │   │   ├── mdlformat.so │   │   ├── mmcifformat.so │   │   ├── mmodformat.so │   │   ├── MNAformat.so │   │   ├── mol2format.so │   │   ├── moldenformat.so │   │   ├── molproformat.so │   │   ├── molreport.so │   │   ├── mopacformat.so │   │   ├── mpdformat.so │   │   ├── mpqcformat.so │   │   ├── msiformat.so │   │   ├── msmsformat.so │   │   ├── nulformat.so │   │   ├── nwchemformat.so │   │   ├── opendxformat.so │   │   ├── orcaformat.so │   │   ├── outformat.so │   │   ├── painterformat.so │   │   ├── pcmodelformat.so │   │   ├── pdbformat.so │   │   ├── pdbqtformat.so │   │   ├── plugin_charges.so │   │   ├── plugin_descriptors.so │   │   ├── plugin_fingerprints.so │   │   ├── plugin_forcefields.so │   │   ├── plugin_ops.so │   │   ├── pngformat.so │   │   ├── pointcloudformat.so │   │   ├── posformat.so │   │   ├── povrayformat.so │   │   ├── pqrformat.so │   │   ├── PQSformat.so │   │   ├── pubchemjsonformat.so │   │   ├── pubchem.so │   │   ├── pwscfformat.so │   │   ├── qchemformat.so │   │   ├── reportformat.so │   │   ├── rinchiformat.so │   │   ├── rsmiformat.so │   │   ├── rxnformat.so │   │   ├── shelxformat.so │   │   ├── siestaformat.so │   │   ├── smilesformat.so │   │   ├── smileyformat.so │   │   ├── stlformat.so │   │   ├── svgformat.so │   │   ├── textformat.so │   │   ├── thermoformat.so │   │   ├── tinkerformat.so │   │   ├── titleformat.so │   │   ├── turbomoleformat.so │   │   ├── unichemformat.so │   │   ├── vaspformat.so │   │   ├── viewmolformat.so │   │   ├── wlnformat.so │   │   ├── xedformat.so │   │   ├── xmlformat.so │   │   ├── xsfformat.so │   │   ├── xyzformat.so │   │   ├── yasaraformat.so │   │   └── zindoformat.so │   ├── pkgconfig │   │   ├── libarchive.pc │   │   ├── openbabel-3.pc │   │   └── spglib.pc │   └── vtk-9.3 │   └── hierarchy │   └── VTK │   ├── vtkChartsCore-hierarchy.txt │   ├── vtkCommonColor-hierarchy.txt │   ├── vtkCommonComputationalGeometry-hierarchy.txt │   ├── vtkCommonCore-hierarchy.txt │   ├── vtkCommonDataModel-hierarchy.txt │   ├── vtkCommonExecutionModel-hierarchy.txt │   ├── vtkCommonMath-hierarchy.txt │   ├── vtkCommonMisc-hierarchy.txt │   ├── vtkCommonSystem-hierarchy.txt │   ├── vtkCommonTransforms-hierarchy.txt │   ├── vtkDomainsChemistry-hierarchy.txt │   ├── vtkDomainsChemistryOpenGL2-hierarchy.txt │   ├── vtkFiltersCore-hierarchy.txt │   ├── vtkFiltersExtraction-hierarchy.txt │   ├── vtkFiltersGeneral-hierarchy.txt │   ├── vtkFiltersGeometry-hierarchy.txt │   ├── vtkFiltersHybrid-hierarchy.txt │   ├── vtkFiltersHyperTree-hierarchy.txt │   ├── vtkFiltersModeling-hierarchy.txt │   ├── vtkFiltersSources-hierarchy.txt │   ├── vtkFiltersStatistics-hierarchy.txt │   ├── vtkFiltersTexture-hierarchy.txt │   ├── vtkFiltersVerdict-hierarchy.txt │   ├── vtkImagingColor-hierarchy.txt │   ├── vtkImagingCore-hierarchy.txt │   ├── vtkImagingGeneral-hierarchy.txt │   ├── vtkImagingHybrid-hierarchy.txt │   ├── vtkImagingMath-hierarchy.txt │   ├── vtkImagingSources-hierarchy.txt │   ├── vtkInfovisCore-hierarchy.txt │   ├── vtkInteractionStyle-hierarchy.txt │   ├── vtkInteractionWidgets-hierarchy.txt │   ├── vtkIOCore-hierarchy.txt │   ├── vtkIOImage-hierarchy.txt │   ├── vtkIOLegacy-hierarchy.txt │   ├── vtkIOXML-hierarchy.txt │   ├── vtkIOXMLParser-hierarchy.txt │   ├── vtkParallelCore-hierarchy.txt │   ├── vtkRenderingAnnotation-hierarchy.txt │   ├── vtkRenderingContext2D-hierarchy.txt │   ├── vtkRenderingContextOpenGL2-hierarchy.txt │   ├── vtkRenderingCore-hierarchy.txt │   ├── vtkRenderingFreeType-hierarchy.txt │   ├── vtkRenderingHyperTreeGrid-hierarchy.txt │   ├── vtkRenderingLabel-hierarchy.txt │   ├── vtkRenderingOpenGL2-hierarchy.txt │   ├── vtkRenderingQt-hierarchy.txt │   ├── vtkRenderingUI-hierarchy.txt │   ├── vtkRenderingVolume-hierarchy.txt │   ├── vtkRenderingVolumeOpenGL2-hierarchy.txt │   ├── vtkViewsContext2D-hierarchy.txt │   └── vtkViewsCore-hierarchy.txt ├── plugins │   ├── iconengines │   │   └── libqsvgicon.so │   ├── imageformats │   │   ├── libqgif.so │   │   ├── libqico.so │   │   ├── libqjpeg.so │   │   └── libqsvg.so │   ├── platforminputcontexts │   │   ├── libcomposeplatforminputcontextplugin.so │   │   └── libibusplatforminputcontextplugin.so │   ├── platforms │   │   └── libqxcb.so │   ├── platformthemes │   │   └── libqxdgdesktopportal.so │   ├── tls │   │   ├── libqcertonlybackend.so │   │   └── libqopensslbackend.so │   └── xcbglintegrations │   ├── libqxcb-egl-integration.so │   └── libqxcb-glx-integration.so ├── share │   ├── applications │   │   └── org.openchemistry.Avogadro2.desktop │   ├── avogadro2 │   │   ├── crystals │   │   │   ├── antimonides │   │   │   │   ├── AlSb.cif │   │   │   │   ├── AlSb.png │   │   │   │   ├── GaSb.cif │   │   │   │   ├── GaSb.png │   │   │   │   ├── InSb.cif │   │   │   │   └── InSb.png │   │   │   ├── arsenides │   │   │   │   ├── AlAs.cif │   │   │   │   ├── AlAs.png │   │   │   │   ├── BAs.cif │   │   │   │   ├── BAs.png │   │   │   │   ├── Co.87Fe.11Ni.13As3-Skutterudite.cif │   │   │   │   ├── Co.87Fe.11Ni.13As3-Skutterudite.png │   │   │   │   ├── CoAs3-Skutterudite.cif │   │   │   │   ├── CoAs3-Skutterudite.png │   │   │   │   ├── GaAs.cif │   │   │   │   ├── GaAs.png │   │   │   │   ├── InAs.cif │   │   │   │   ├── InAs.png │   │   │   │   ├── NiAs-Nickeline.cif │   │   │   │   └── NiAs-Nickeline.png │   │   │   ├── carbides │   │   │   │   ├── SiC-2H-Moissanite.cif │   │   │   │   ├── SiC-2H-Moissanite.png │   │   │   │   ├── SiC-3C-beta.cif │   │   │   │   ├── SiC-3C-beta.png │   │   │   │   ├── SiC-6H-alpha.cif │   │   │   │   ├── SiC-6H-alpha.png │   │   │   │   ├── SiC.cif │   │   │   │   ├── SiC-Moissanite.cif │   │   │   │   ├── SiC-Moissanite.png │   │   │   │   ├── SiC.png │   │   │   │   ├── W2C.cif │   │   │   │   ├── W2C.png │   │   │   │   ├── WC.cif │   │   │   │   └── WC.png │   │   │   ├── carbonates │   │   │   │   ├── CaCO3-Calcite.cif │   │   │   │   ├── CaCO3-Calcite.png │   │   │   │   ├── CaMgC2O6-Dolomite.cif │   │   │   │   ├── CaMgC2O6-Dolomite.png │   │   │   │   ├── FeCO3-Siderte.cif │   │   │   │   ├── FeCO3-Siderte.png │   │   │   │   ├── Li2CO3-Zabuyelite.cif │   │   │   │   ├── Li2CO3-Zabuyelite.png │   │   │   │   ├── MgCO3-Magnesite.cif │   │   │   │   ├── MgCO3-Magnesite.png │   │   │   │   ├── Na2CO3-Natrite.cif │   │   │   │   ├── Na2CO3-Natrite.png │   │   │   │   ├── NaHCO3-Nahcolite.cif │   │   │   │   └── NaHCO3-Nahcolite.png │   │   │   ├── clays │   │   │   │   ├── Al2Si2O9H4-Dickite.cif │   │   │   │   ├── Al2Si2O9H4-Dickite.png │   │   │   │   ├── Al2Si2O9H4-Kaolinite.cif │   │   │   │   ├── Al2Si2O9H4-Kaolinite.png │   │   │   │   ├── Al2Si2O9H4-Nacrite.cif │   │   │   │   ├── Al2Si2O9H4-Nacrite.png │   │   │   │   ├── Al2Si4O12Ca0.5-Montmorillonite.cif │   │   │   │   ├── Al2Si4O12Ca0.5-Montmorillonite.png │   │   │   │   ├── Al4KSi2O12-Illite.cif │   │   │   │   ├── Al4KSi2O12-Illite.png │   │   │   │   ├── Fe2.25Cl0.5H2.75-Fougerite.cif │   │   │   │   ├── Fe2.25Cl0.5H2.75-Fougerite.png │   │   │   │   ├── FeSi2O6H-Nontronite.cif │   │   │   │   ├── FeSi2O6H-Nontronite.png │   │   │   │   ├── Lepidolite.cif │   │   │   │   ├── Lepidolite.png │   │   │   │   ├── Mg3(O12Si4)H2-Vermiculite.cif │   │   │   │   ├── Mg3(O12Si4)H2-Vermiculite.png │   │   │   │   ├── Mg4Si6O22.82H13.64-Sepiolite.cif │   │   │   │   ├── Mg4Si6O22.82H13.64-Sepiolite.png │   │   │   │   ├── Mn1.854Fe1.656Mg0.537Si0.953O9H4-Guidottiite.cif │   │   │   │   ├── Mn1.854Fe1.656Mg0.537Si0.953O9H4-Guidottiite.png │   │   │   │   ├── Zn2SiO5H2-Hemimorphite.cif │   │   │   │   └── Zn2SiO5H2-Hemimorphite.png │   │   │   ├── elements │   │   │   │   ├── Ac-Actinium.cif │   │   │   │   ├── Ac-Actinium.png │   │   │   │   ├── Ag-Silver.cif │   │   │   │   ├── Ag-Silver.png │   │   │   │   ├── Al-Aluminum.cif │   │   │   │   ├── Al-Aluminum.png │   │   │   │   ├── Am-Americium.cif │   │   │   │   ├── Am-Americium.png │   │   │   │   ├── Ar-Argon.cif │   │   │   │   ├── Ar-Argon.png │   │   │   │   ├── As-Arsenic.cif │   │   │   │   ├── As-Arsenic.png │   │   │   │   ├── As-Arsenolamprite.cif │   │   │   │   ├── As-Arsenolamprite.png │   │   │   │   ├── Au-Gold.cif │   │   │   │   ├── Au-Gold.png │   │   │   │   ├── Ba-Barium.cif │   │   │   │   ├── Ba-Barium.png │   │   │   │   ├── B-Boron.cif │   │   │   │   ├── B-Boron.png │   │   │   │   ├── Be-Beryllium.cif │   │   │   │   ├── Be-Beryllium.png │   │   │   │   ├── Bi-Bismuth.cif │   │   │   │   ├── Bi-Bismuth.png │   │   │   │   ├── Br-Bromine.cif │   │   │   │   ├── Br-Bromine.png │   │   │   │   ├── Ca-Calcium-alpha.cif │   │   │   │   ├── Ca-Calcium-alpha.png │   │   │   │   ├── Ca-Calcium-beta.cif │   │   │   │   ├── Ca-Calcium-beta.png │   │   │   │   ├── Ca-Calcium-gamma.cif │   │   │   │   ├── Ca-Calcium-gamma.png │   │   │   │   ├── Cd-Cadmium.cif │   │   │   │   ├── Cd-Cadmium.png │   │   │   │   ├── C-Diamond.cif │   │   │   │   ├── C-Diamond.png │   │   │   │   ├── Ce-Cerium.cif │   │   │   │   ├── Ce-Cerium.png │   │   │   │   ├── C-Graphite.cif │   │   │   │   ├── C-Graphite.png │   │   │   │   ├── Cl-Chlorine.cif │   │   │   │   ├── Cl-Chlorine.png │   │   │   │   ├── C-Lonsdaleite.cif │   │   │   │   ├── C-Lonsdaleite.png │   │   │   │   ├── Co-Cobalt.cif │   │   │   │   ├── Co-Cobalt.png │   │   │   │   ├── Cr-Chromium.cif │   │   │   │   ├── Cr-Chromium.png │   │   │   │   ├── Cs-Cesium.cif │   │   │   │   ├── Cs-Cesium.png │   │   │   │   ├── Cu-Copper.cif │   │   │   │   ├── Cu-Copper.png │   │   │   │   ├── Dy-Dysprosium.cif │   │   │   │   ├── Dy-Dysprosium.png │   │   │   │   ├── Er-Erbium.cif │   │   │   │   ├── Er-Erbium.png │   │   │   │   ├── Eu-Europium.cif │   │   │   │   ├── Eu-Europium.png │   │   │   │   ├── Fe-Iron-alpha.cif │   │   │   │   ├── Fe-Iron-alpha.png │   │   │   │   ├── Fe-Iron-beta.cif │   │   │   │   ├── Fe-Iron-beta.png │   │   │   │   ├── Fe-Iron-delta.cif │   │   │   │   ├── Fe-Iron-delta.png │   │   │   │   ├── Fe-Iron-gamma.cif │   │   │   │   ├── Fe-Iron-gamma.png │   │   │   │   ├── Ga-Gallium.cif │   │   │   │   ├── Ga-Gallium.png │   │   │   │   ├── Gd-Gadolinium.cif │   │   │   │   ├── Gd-Gadolinium.png │   │   │   │   ├── Ge-Germanium.cif │   │   │   │   ├── Ge-Germanium.png │   │   │   │   ├── He-Helium.cif │   │   │   │   ├── He-Helium.png │   │   │   │   ├── Hf-Hafnium.cif │   │   │   │   ├── Hf-Hafnium.png │   │   │   │   ├── Ho-Holmium.cif │   │   │   │   ├── Ho-Holmium.png │   │   │   │   ├── I-Iodine.cif │   │   │   │   ├── I-Iodine.png │   │   │   │   ├── In-Indium.cif │   │   │   │   ├── In-Indium.png │   │   │   │   ├── Ir-Iridium.cif │   │   │   │   ├── Ir-Iridium.png │   │   │   │   ├── K-Potassium.cif │   │   │   │   ├── K-Potassium.png │   │   │   │   ├── Kr-Krypton.cif │   │   │   │   ├── Kr-Krypton.png │   │   │   │   ├── La-Lanthanum.cif │   │   │   │   ├── La-Lanthanum.png │   │   │   │   ├── Li-Lithium.cif │   │   │   │   ├── Li-Lithium.png │   │   │   │   ├── Lu-Lutetium.cif │   │   │   │   ├── Lu-Lutetium.png │   │   │   │   ├── Mg-Magnesium.cif │   │   │   │   ├── Mg-Magnesium.png │   │   │   │   ├── Mn-Manganese-alpha.cif │   │   │   │   ├── Mn-Manganese-alpha.png │   │   │   │   ├── Mn-Manganese-delta.cif │   │   │   │   ├── Mn-Manganese-delta.png │   │   │   │   ├── Mn-Manganese-gamma.cif │   │   │   │   ├── Mn-Manganese-gamma.png │   │   │   │   ├── Mo-Molybdenum.cif │   │   │   │   ├── Mo-Molybdenum.png │   │   │   │   ├── Na-Sodium.cif │   │   │   │   ├── Na-Sodium.png │   │   │   │   ├── Nb-Niobium.cif │   │   │   │   ├── Nb-Niobium.png │   │   │   │   ├── Nd-Neodymium.cif │   │   │   │   ├── Nd-Neodymium.png │   │   │   │   ├── Ne-Neon.cif │   │   │   │   ├── Ne-Neon.png │   │   │   │   ├── Ni-Nickel.cif │   │   │   │   ├── Ni-Nickel.png │   │   │   │   ├── N-Nitrogen.cif │   │   │   │   ├── N-Nitrogen.png │   │   │   │   ├── Np-Neptunium-alpha.cif │   │   │   │   ├── Np-Neptunium-alpha.png │   │   │   │   ├── Np-Neptunium-beta.cif │   │   │   │   ├── Np-Neptunium-beta.png │   │   │   │   ├── Np-Neptunium-gamma.cif │   │   │   │   ├── Np-Neptunium-gamma.png │   │   │   │   ├── Os-Osmium.cif │   │   │   │   ├── Os-Osmium.png │   │   │   │   ├── Pb-Lead.cif │   │   │   │   ├── Pb-Lead.png │   │   │   │   ├── Pd-Palladium.cif │   │   │   │   ├── Pd-Palladium.png │   │   │   │   ├── P-Phosphorus-black.cif │   │   │   │   ├── P-Phosphorus-black.png │   │   │   │   ├── P-Phosphorus.cif │   │   │   │   ├── P-Phosphorus.png │   │   │   │   ├── Pr-Praseodymium.cif │   │   │   │   ├── Pr-Praseodymium.png │   │   │   │   ├── Pt-Platinum.cif │   │   │   │   ├── Pt-Platinum.png │   │   │   │   ├── Pu-Plutonium-alpha.cif │   │   │   │   ├── Pu-Plutonium-alpha.png │   │   │   │   ├── Pu-Plutonium-epsilon.cif │   │   │   │   ├── Pu-Plutonium-epsilon.png │   │   │   │   ├── Pu-Plutonium-gamma.cif │   │   │   │   ├── Pu-Plutonium-gamma.png │   │   │   │   ├── Rb-Rubidium.cif │   │   │   │   ├── Rb-Rubidium.png │   │   │   │   ├── Re-Rhenium.cif │   │   │   │   ├── Re-Rhenium.png │   │   │   │   ├── Rh-Rhodium.cif │   │   │   │   ├── Rh-Rhodium.png │   │   │   │   ├── Ru-Ruthenium.cif │   │   │   │   ├── Ru-Ruthenium.png │   │   │   │   ├── S6-Sulfur.cif │   │   │   │   ├── S6-Sulfur.png │   │   │   │   ├── S8-Sulfur-alpha.cif │   │   │   │   ├── S8-Sulfur-alpha.png │   │   │   │   ├── S8-Sulfur-beta.cif │   │   │   │   ├── S8-Sulfur-beta.png │   │   │   │   ├── S8-Sulfur-gamma.cif │   │   │   │   ├── S8-Sulfur-gamma.png │   │   │   │   ├── Sb-Antimony.cif │   │   │   │   ├── Sb-Antimony.png │   │   │   │   ├── Sc-Scandium.cif │   │   │   │   ├── Sc-Scandium.png │   │   │   │   ├── Se-Selenium.cif │   │   │   │   ├── Se-Selenium.png │   │   │   │   ├── Si-Silicon.cif │   │   │   │   ├── Si-Silicon.png │   │   │   │   ├── Sm-Samarium.cif │   │   │   │   ├── Sm-Samarium.png │   │   │   │   ├── Sn-Tin-alpha.cif │   │   │   │   ├── Sn-Tin-alpha.png │   │   │   │   ├── Sn-Tin-beta.cif │   │   │   │   ├── Sn-Tin-beta.png │   │   │   │   ├── Sr-Strontium.cif │   │   │   │   ├── Sr-Strontium.png │   │   │   │   ├── Ta-Tantalum.cif │   │   │   │   ├── Ta-Tantalum.png │   │   │   │   ├── Tb-Terbium.cif │   │   │   │   ├── Tb-Terbium.png │   │   │   │   ├── Te-Tellurium.cif │   │   │   │   ├── Te-Tellurium.png │   │   │   │   ├── Th-Thorium.cif │   │   │   │   ├── Th-Thorium.png │   │   │   │   ├── Ti-Titanium-alpha.cif │   │   │   │   ├── Ti-Titanium-alpha.png │   │   │   │   ├── Ti-Titanium-beta.cif │   │   │   │   ├── Ti-Titanium-beta.png │   │   │   │   ├── Tl-Thallium.cif │   │   │   │   ├── Tl-Thallium.png │   │   │   │   ├── Tm-Thulium.cif │   │   │   │   ├── Tm-Thulium.png │   │   │   │   ├── U-Uranium-alpha.cif │   │   │   │   ├── U-Uranium-alpha.png │   │   │   │   ├── U-Uranium-gamma.cif │   │   │   │   ├── U-Uranium-gamma.png │   │   │   │   ├── V-Vanadium.cif │   │   │   │   ├── V-Vanadium.png │   │   │   │   ├── W-Tungsten.cif │   │   │   │   ├── W-Tungsten.png │   │   │   │   ├── Xe-Xenon.cif │   │   │   │   ├── Xe-Xenon.png │   │   │   │   ├── Yb-Ytterbium.cif │   │   │   │   ├── Yb-Ytterbium.png │   │   │   │   ├── Y-Yttrium.cif │   │   │   │   ├── Y-Yttrium.png │   │   │   │   ├── Zn-Zinc.cif │   │   │   │   ├── Zn-Zinc.png │   │   │   │   ├── Zr-Zirconium-bcc.cif │   │   │   │   ├── Zr-Zirconium-bcc.png │   │   │   │   └── Zr-Zirconium.cif │   │   │   ├── halides │   │   │   │   ├── AgBr-Bromargyrite.cif │   │   │   │   ├── AgBr-Bromargyrite.png │   │   │   │   ├── AgCl-Chlorargyrite.cif │   │   │   │   ├── AgCl-Chlorargyrite.png │   │   │   │   ├── AlCl3.cif │   │   │   │   ├── AlCl3.png │   │   │   │   ├── AlNa3F6-Cryolite.cif │   │   │   │   ├── AlNa3F6-Cryolite.png │   │   │   │   ├── CaCl2-Hydrophilite.cif │   │   │   │   ├── CaCl2-Hydrophilite.png │   │   │   │   ├── CaF2-Fluorite.cif │   │   │   │   ├── CaF2-Fluorite.png │   │   │   │   ├── CdCl2.cif │   │   │   │   ├── CdCl2.png │   │   │   │   ├── CdI2.cif │   │   │   │   ├── CdI2.png │   │   │   │   ├── CrCl2.cif │   │   │   │   ├── CrCl2.png │   │   │   │   ├── CrCl3.cif │   │   │   │   ├── CrCl3.png │   │   │   │   ├── CsCl.cif │   │   │   │   ├── CsCl.png │   │   │   │   ├── FeCl3-Molysite.cif │   │   │   │   ├── FeCl3-Molysite.png │   │   │   │   ├── HgCl-Calomel.cif │   │   │   │   ├── HgCl-Calomel.png │   │   │   │   ├── KBr.cif │   │   │   │   ├── KBr.png │   │   │   │   ├── KCl-Sylvite.cif │   │   │   │   ├── KCl-Sylvite.png │   │   │   │   ├── LiCl.cif │   │   │   │   ├── LiCl.png │   │   │   │   ├── NaCl-Halite.cif │   │   │   │   ├── NaCl-Halite.png │   │   │   │   ├── PbFCl-Matlockite.cif │   │   │   │   └── PbFCl-Matlockite.png │   │   │   ├── hydrides │   │   │   │   ├── KH.cif │   │   │   │   ├── KH.png │   │   │   │   ├── LiH.cif │   │   │   │   ├── LiH.png │   │   │   │   ├── NaH.cif │   │   │   │   ├── NaH.png │   │   │   │   ├── PdH.cif │   │   │   │   └── PdH.png │   │   │   ├── hydroxides │   │   │   │   ├── Ca(OH)2-Portlandite.cif │   │   │   │   ├── KOH.cif │   │   │   │   ├── KOH.png │   │   │   │   ├── LiOH.cif │   │   │   │   ├── LiOH.png │   │   │   │   ├── Mg(OH)2-Brucite.cif │   │   │   │   └── Ni(OH)2-Theophrastite.cif │   │   │   ├── ice │   │   │   │   ├── H2O-Ice.cif │   │   │   │   ├── H2O-Ice-Ih.cif │   │   │   │   ├── H2O-Ice-Ih.png │   │   │   │   ├── H2O-Ice-II.cif │   │   │   │   ├── H2O-Ice-III.cif │   │   │   │   ├── H2O-Ice-III.png │   │   │   │   ├── H2O-Ice-II.png │   │   │   │   ├── H2O-Ice-IV.cif │   │   │   │   ├── H2O-Ice-IV.png │   │   │   │   ├── H2O-Ice.png │   │   │   │   ├── H2O-Ice-VI.cif │   │   │   │   ├── H2O-Ice-VII.cif │   │   │   │   ├── H2O-Ice-VII.png │   │   │   │   └── H2O-Ice-VI.png │   │   │   ├── intermetallics │   │   │   │   ├── Au3Cu-Bogdanovite.cif │   │   │   │   ├── Au3Cu-Bogdanovite.png │   │   │   │   ├── AuCu-Tetraauricupride.cif │   │   │   │   ├── AuCu-Tetraauricupride.png │   │   │   │   ├── BiPd-Sobolevskite.cif │   │   │   │   ├── BiPd-Sobolevskite.png │   │   │   │   ├── CoFe-Wairauite.cif │   │   │   │   ├── CoFe-Wairauite.png │   │   │   │   ├── (Cu0.5Fe0.5)Pt-Tulameenite.cif │   │   │   │   ├── Cu2MnAl-Heusler.cif │   │   │   │   ├── Cu2MnAl-Heusler.png │   │   │   │   ├── FePt-Tetraferroplatinum.cif │   │   │   │   ├── FePt-Tetraferroplatinum.png │   │   │   │   ├── (Ni0.5Fe0.5)Pt-Ferronickelplatinum.cif │   │   │   │   ├── PtBi.cif │   │   │   │   └── PtBi.png │   │   │   ├── nitrides │   │   │   │   ├── AlN.cif │   │   │   │   ├── AlN.png │   │   │   │   ├── BN.cif │   │   │   │   ├── BN.png │   │   │   │   ├── GaN.cif │   │   │   │   ├── GaN.png │   │   │   │   ├── InN.cif │   │   │   │   ├── InN.png │   │   │   │   ├── Si3N4-beta.cif │   │   │   │   ├── Si3N4-beta.png │   │   │   │   ├── TiN-Osbornite.cif │   │   │   │   └── TiN-Osbornite.png │   │   │   ├── other │   │   │   │   ├── C10H10Fe-Ferrocene.cif │   │   │   │   ├── C10H10Fe-Ferrocene.png │   │   │   │   ├── Ca2C4O10H2.57-Oxalate-Whewellite.cif │   │   │   │   ├── Ca2C4O10H2.57-Oxalate-Whewellite.png │   │   │   │   ├── CaC2O6.375H6-Oxalate-Weddellite.cif │   │   │   │   ├── CaC2O6.375H6-Oxalate-Weddellite.png │   │   │   │   ├── FeMnO3-Bixbyite.cif │   │   │   │   ├── FeMnO3-Bixbyite.png │   │   │   │   ├── H3N-Ammonia.cif │   │   │   │   ├── H3N-Ammonia.png │   │   │   │   ├── LaAlO3.cif │   │   │   │   ├── LaAlO3.png │   │   │   │   ├── LiNbO3-LithiumNiobate.cif │   │   │   │   ├── LiNbO3-LithiumNiobate.png │   │   │   │   ├── (NH4)MgPO4-6(H2O)-Struvite.cif │   │   │   │   ├── (NH4)MgPO4-6(H2O)-Struvite.png │   │   │   │   ├── Pb1Ti0.35Zr0.65O3-PZT-cub.cif │   │   │   │   ├── Pb1Ti0.35Zr0.65O3-PZT-cub.png │   │   │   │   ├── Pb1Ti0.35Zr0.65O3-PZT-rhomb.cif │   │   │   │   ├── Pb1Ti0.35Zr0.65O3-PZT-rhomb.png │   │   │   │   ├── YBa2Cu3O6.9-YBCO.cif │   │   │   │   └── YBa2Cu3O6.9-YBCO.png │   │   │   ├── oxides │   │   │   │   ├── Ag2O.cif │   │   │   │   ├── Ag2O.png │   │   │   │   ├── AgO.cif │   │   │   │   ├── AgO.png │   │   │   │   ├── Al2O3-Corundum.cif │   │   │   │   ├── Al2O3-Corundum.png │   │   │   │   ├── B2O3.cif │   │   │   │   ├── B2O3.png │   │   │   │   ├── B6O.cif │   │   │   │   ├── B6O.png │   │   │   │   ├── BaO.cif │   │   │   │   ├── BaO.png │   │   │   │   ├── CaO-Lime.cif │   │   │   │   ├── CaO-Lime.png │   │   │   │   ├── CdO-Monteponite.cif │   │   │   │   ├── CdO-Monteponite.png │   │   │   │   ├── CeO2-Cerianite.cif │   │   │   │   ├── CeO2-Cerianite.png │   │   │   │   ├── CoFe2O4.cif │   │   │   │   ├── CoFe2O4.png │   │   │   │   ├── CoO.cif │   │   │   │   ├── CoO.png │   │   │   │   ├── Cr2O3-Eskolaite.cif │   │   │   │   ├── Cr2O3-Eskolaite.png │   │   │   │   ├── Cu2O-Cuprite.cif │   │   │   │   ├── Cu2O-Cuprite.png │   │   │   │   ├── CuO-Tenorite.cif │   │   │   │   ├── CuO-Tenorite.png │   │   │   │   ├── Fe2O3-Hematite.cif │   │   │   │   ├── Fe2O3-Hematite.png │   │   │   │   ├── Fe3O4-Magnetite.cif │   │   │   │   ├── Fe3O4-Magnetite.png │   │   │   │   ├── FeO-Wustite.cif │   │   │   │   ├── FeO-Wustite.png │   │   │   │   ├── GeO2-Argutite.cif │   │   │   │   ├── GeO2-Argutite.png │   │   │   │   ├── GeO2-Argutite-tetrag.cif │   │   │   │   ├── GeO2-Argutite-tetrag.png │   │   │   │   ├── GeO2.cif │   │   │   │   ├── GeO2.png │   │   │   │   ├── HfO2.cif │   │   │   │   ├── HfO2.png │   │   │   │   ├── In2O3.cif │   │   │   │   ├── In2O3-IndiumOxide.cif │   │   │   │   ├── In2O3-IndiumOxide.png │   │   │   │   ├── In2O3.png │   │   │   │   ├── IrO2.cif │   │   │   │   ├── IrO2.png │   │   │   │   ├── K2O.cif │   │   │   │   ├── K2O.png │   │   │   │   ├── La2O3-LanthanumOxide-A.cif │   │   │   │   ├── La2O3-LanthanumOxide-A.png │   │   │   │   ├── Li2O.cif │   │   │   │   ├── Li2O.png │   │   │   │   ├── (MgAl2)O4-Spinel.cif │   │   │   │   ├── (MgAl2)O4-Spinel.png │   │   │   │   ├── MgO-Periclase.cif │   │   │   │   ├── MgO-Periclase.png │   │   │   │   ├── MnO2-Pyrolusite.cif │   │   │   │   ├── MnO2-Pyrolusite.png │   │   │   │   ├── MnO-Manganosite.cif │   │   │   │   ├── MnO-Manganosite.png │   │   │   │   ├── MoO2-Tugarinovite.cif │   │   │   │   ├── MoO2-Tugarinovite.png │   │   │   │   ├── MoO3-Molybdite.cif │   │   │   │   ├── MoO3-Molybdite.png │   │   │   │   ├── Na2O.cif │   │   │   │   ├── Na2O.png │   │   │   │   ├── NbO2.cif │   │   │   │   ├── NbO2.png │   │   │   │   ├── NbO.cif │   │   │   │   ├── NbO.png │   │   │   │   ├── NiFe2O4.cif │   │   │   │   ├── NiFe2O4.png │   │   │   │   ├── NiO-Bunsenite.cif │   │   │   │   ├── NiO-Bunsenite.png │   │   │   │   ├── PbO2-Scrutinyite.cif │   │   │   │   ├── PbO2-Scrutinyite.png │   │   │   │   ├── PbO.cif │   │   │   │   ├── PbO.png │   │   │   │   ├── PdO.cif │   │   │   │   ├── PdO.png │   │   │   │   ├── PtO2-beta.cif │   │   │   │   ├── PtO2-beta.png │   │   │   │   ├── Rb2O.cif │   │   │   │   ├── Rb2O.png │   │   │   │   ├── Rh2O3.cif │   │   │   │   ├── Rh2O3.png │   │   │   │   ├── RuO2.cif │   │   │   │   ├── RuO2.png │   │   │   │   ├── Sc2O3.cif │   │   │   │   ├── Sc2O3.png │   │   │   │   ├── SiO2-Coesite.cif │   │   │   │   ├── SiO2-Coesite.png │   │   │   │   ├── SiO2-Cristobalite.cif │   │   │   │   ├── SiO2-Cristobalite.png │   │   │   │   ├── SiO2-Quartz-alpha.cif │   │   │   │   ├── SiO2-Quartz-alpha.png │   │   │   │   ├── SiO2-Quartz-beta.cif │   │   │   │   ├── SiO2-Quartz-beta.png │   │   │   │   ├── SiO2-Stishovite.cif │   │   │   │   ├── SiO2-Stishovite.png │   │   │   │   ├── SmO.cif │   │   │   │   ├── SmO.png │   │   │   │   ├── SnO2-Cassiterite.cif │   │   │   │   ├── SnO2-Cassiterite.png │   │   │   │   ├── SnO.cif │   │   │   │   ├── SnO.png │   │   │   │   ├── SrO.cif │   │   │   │   ├── SrO.png │   │   │   │   ├── TaO.cif │   │   │   │   ├── TaO.png │   │   │   │   ├── TiO2-Anatase.cif │   │   │   │   ├── TiO2-Anatase.png │   │   │   │   ├── TiO2-Brookite.cif │   │   │   │   ├── TiO2-Brookite.png │   │   │   │   ├── TiO2-Rutile.cif │   │   │   │   ├── TiO2-Rutile.png │   │   │   │   ├── UO2-Uraninite.cif │   │   │   │   ├── UO2-Uraninite.png │   │   │   │   ├── UO.cif │   │   │   │   ├── UO.png │   │   │   │   ├── V2O3-Karelianite.cif │   │   │   │   ├── V2O3-Karelianite.png │   │   │   │   ├── V2O5-Shcherbinaite.cif │   │   │   │   ├── V2O5-Shcherbinaite.png │   │   │   │   ├── VO2.cif │   │   │   │   ├── VO2.png │   │   │   │   ├── VO.cif │   │   │   │   ├── VO.png │   │   │   │   ├── WO2.cif │   │   │   │   ├── WO2.png │   │   │   │   ├── Y2O3.cif │   │   │   │   ├── Y2O3.png │   │   │   │   ├── YbO.cif │   │   │   │   ├── YbO.png │   │   │   │   ├── ZnO-Zincite.cif │   │   │   │   ├── ZnO-Zincite.png │   │   │   │   ├── ZrO2-Cubic.cif │   │   │   │   ├── ZrO2-Cubic.png │   │   │   │   ├── ZrO.cif │   │   │   │   └── ZrO.png │   │   │   ├── phosphides │   │   │   │   ├── AlP.cif │   │   │   │   ├── AlP.png │   │   │   │   ├── BP.cif │   │   │   │   ├── BP.png │   │   │   │   ├── GaP.cif │   │   │   │   ├── GaP.png │   │   │   │   ├── InP.cif │   │   │   │   └── InP.png │   │   │   ├── plugin.json │   │   │   ├── README.md │   │   │   ├── selenides │   │   │   │   ├── 2H-MoSe2.cif │   │   │   │   ├── 2H-MoSe2.png │   │   │   │   ├── 2H-WSe2.cif │   │   │   │   ├── 2H-WSe2.png │   │   │   │   ├── 3R-MoSe2.cif │   │   │   │   ├── 3R-MoSe2.png │   │   │   │   ├── Bi2Se3.cif │   │   │   │   ├── Bi2Se3.png │   │   │   │   ├── BiSe.cif │   │   │   │   ├── BiSe.png │   │   │   │   ├── CdSe-Cadmoselite.cif │   │   │   │   ├── CdSe-Cadmoselite.png │   │   │   │   ├── HgSe-Tiemannite.cif │   │   │   │   ├── HgSe-Tiemannite.png │   │   │   │   ├── PbSe-Clausthalite.cif │   │   │   │   ├── PbSe-Clausthalite.png │   │   │   │   ├── Sb2Se3-Antimonselite.cif │   │   │   │   ├── Sb2Se3-Antimonselite.png │   │   │   │   ├── ZnSe.cif │   │   │   │   └── ZnSe.png │   │   │   ├── silicates │   │   │   │   └── Be3Al2(SiO3)6-Beryl.cif │   │   │   ├── sulfates │   │   │   │   ├── BaSO4-Barite.cif │   │   │   │   ├── BaSO4-Barite.png │   │   │   │   ├── CaSO4-2(H2O)-Gypsum.cif │   │   │   │   ├── CaSO4-2(H2O)-Gypsum.png │   │   │   │   ├── CaSO4-Anhydrite.cif │   │   │   │   ├── CaSO4-Anhydrite.png │   │   │   │   ├── CoSO4.cif │   │   │   │   ├── CoSO4.png │   │   │   │   ├── CuSO4.cif │   │   │   │   ├── CuSO4.png │   │   │   │   ├── H4SO5.cif │   │   │   │   ├── H4SO5.png │   │   │   │   ├── MgSO4.cif │   │   │   │   ├── MgSO4.png │   │   │   │   ├── Na2SO4.cif │   │   │   │   ├── Na2SO4.png │   │   │   │   ├── PbSO4-Anglesite.cif │   │   │   │   ├── PbSO4-Anglesite.png │   │   │   │   ├── SrSO4-Celestine.cif │   │   │   │   └── SrSO4-Celestine.png │   │   │   ├── sulfides │   │   │   │   ├── 2H-MoS2.cif │   │   │   │   ├── 2H-MoS2.png │   │   │   │   ├── 2H-WS2.cif │   │   │   │   ├── 2H-WS2.png │   │   │   │   ├── 3R-MoS2.cif │   │   │   │   ├── 3R-MoS2.png │   │   │   │   ├── 3R-WS2.cif │   │   │   │   ├── 3R-WS2.png │   │   │   │   ├── Bi2S3-Bismuthinite.cif │   │   │   │   ├── Bi2S3-Bismuthinite.png │   │   │   │   ├── CdS-Greenockite.cif │   │   │   │   ├── CdS-Greenockite.png │   │   │   │   ├── CdS-Hawleyite.cif │   │   │   │   ├── CdS-Hawleyite.png │   │   │   │   ├── FeS2-Pyrite.cif │   │   │   │   ├── FeS2-Pyrite.png │   │   │   │   ├── FeS.cif │   │   │   │   ├── FeS.png │   │   │   │   ├── HgS-Metacinnabar.cif │   │   │   │   ├── HgS-Metacinnabar.png │   │   │   │   ├── PbS-Galena.cif │   │   │   │   ├── PbS-Galena.png │   │   │   │   ├── Sb2S3-Stibnite.cif │   │   │   │   ├── Sb2S3-Stibnite.png │   │   │   │   ├── SnS-Herzenbergite.cif │   │   │   │   ├── SnS-Herzenbergite.png │   │   │   │   ├── ZnS-Sphalerite.cif │   │   │   │   ├── ZnS-Sphalerite.png │   │   │   │   ├── ZnS-Wurtzite-2H.cif │   │   │   │   ├── ZnS-Wurtzite-2H.png │   │   │   │   ├── ZnS-Zincblende.cif │   │   │   │   └── ZnS-Zincblende.png │   │   │   ├── telurides │   │   │   │   ├── 2H-MoTe2.cif │   │   │   │   ├── 2H-MoTe2.png │   │   │   │   ├── Bi2Te3.cif │   │   │   │   ├── Bi2Te3.png │   │   │   │   ├── BiTe.cif │   │   │   │   ├── BiTe.png │   │   │   │   ├── CdTe.cif │   │   │   │   ├── CdTe.png │   │   │   │   ├── PbTe-Altaite.cif │   │   │   │   ├── PbTe-Altaite.png │   │   │   │   ├── ZnTe.cif │   │   │   │   └── ZnTe.png │   │   │   ├── titanates │   │   │   │   ├── BaTiO3.cif │   │   │   │   ├── BaTiO3.png │   │   │   │   ├── CaTiO3-Perovskite.cif │   │   │   │   ├── CaTiO3-Perovskite.png │   │   │   │   ├── Mg2TiO4-Qandilite-cubic.cif │   │   │   │   ├── Mg2TiO4-Qandilite-cubic.png │   │   │   │   ├── Mg2TiO4-Qandilite-tetrag.cif │   │   │   │   ├── Mg2TiO4-Qandilite-tetrag.png │   │   │   │   ├── MgTiO3.cif │   │   │   │   ├── MgTiO3.png │   │   │   │   ├── PbZr0.1Ti0.9O3.cif │   │   │   │   ├── PbZr0.1Ti0.9O3.png │   │   │   │   ├── SrTiO3-Tausonite.cif │   │   │   │   └── SrTiO3-Tausonite.png │   │   │   └── zeolites │   │   │   ├── ABW.cif │   │   │   ├── ABW.png │   │   │   ├── ACO.cif │   │   │   ├── ACO.png │   │   │   ├── AEI.cif │   │   │   ├── AEI.png │   │   │   ├── AEL.cif │   │   │   ├── AEL.png │   │   │   ├── AEN.cif │   │   │   ├── AEN.png │   │   │   ├── AET.cif │   │   │   ├── AET.png │   │   │   ├── AFG.cif │   │   │   ├── AFG.png │   │   │   ├── AFI.cif │   │   │   ├── AFI.png │   │   │   ├── AFN.cif │   │   │   ├── AFN.png │   │   │   ├── AFO.cif │   │   │   ├── AFO.png │   │   │   ├── AFR.cif │   │   │   ├── AFR.png │   │   │   ├── AFS.cif │   │   │   ├── AFS.png │   │   │   ├── AFT.cif │   │   │   ├── AFT.png │   │   │   ├── AFX.cif │   │   │   ├── AFX.png │   │   │   ├── AFY.cif │   │   │   ├── AFY.png │   │   │   ├── AHT.cif │   │   │   ├── AHT.png │   │   │   ├── ANA.cif │   │   │   ├── ANA.png │   │   │   ├── APC.cif │   │   │   ├── APC.png │   │   │   ├── APD.cif │   │   │   ├── APD.png │   │   │   ├── AST.cif │   │   │   ├── AST.png │   │   │   ├── ASV.cif │   │   │   ├── ASV.png │   │   │   ├── ATN.cif │   │   │   ├── ATN.png │   │   │   ├── ATO.cif │   │   │   ├── ATO.png │   │   │   ├── ATS.cif │   │   │   ├── ATS.png │   │   │   ├── ATT.cif │   │   │   ├── ATT.png │   │   │   ├── ATV.cif │   │   │   ├── ATV.png │   │   │   ├── AWO.cif │   │   │   ├── AWO.png │   │   │   ├── AWW.cif │   │   │   ├── AWW.png │   │   │   ├── BCT.cif │   │   │   ├── BCT.png │   │   │   ├── BEA.cif │   │   │   ├── BEA.png │   │   │   ├── BEC.cif │   │   │   ├── BEC.png │   │   │   ├── BIK.cif │   │   │   ├── BIK.png │   │   │   ├── BOF.cif │   │   │   ├── BOF.png │   │   │   ├── BOG.cif │   │   │   ├── BOG.png │   │   │   ├── BPH.cif │   │   │   ├── BPH.png │   │   │   ├── BRE.cif │   │   │   ├── BRE.png │   │   │   ├── BSV.cif │   │   │   ├── BSV.png │   │   │   ├── CAN.cif │   │   │   ├── CAN.png │   │   │   ├── CAS.cif │   │   │   ├── CAS.png │   │   │   ├── CDO.cif │   │   │   ├── CDO.png │   │   │   ├── CFI.cif │   │   │   ├── CFI.png │   │   │   ├── CGF.cif │   │   │   ├── CGF.png │   │   │   ├── CGS.cif │   │   │   ├── CGS.png │   │   │   ├── CHA.cif │   │   │   ├── CHA.png │   │   │   ├── CHI.cif │   │   │   ├── CHI.png │   │   │   ├── CLO.cif │   │   │   ├── CLO.png │   │   │   ├── CONt.cif │   │   │   ├── CONt.png │   │   │   ├── CZP.cif │   │   │   ├── CZP.png │   │   │   ├── DAC.cif │   │   │   ├── DAC.png │   │   │   ├── DDR.cif │   │   │   ├── DDR.png │   │   │   ├── DFO.cif │   │   │   ├── DFO.png │   │   │   ├── DFT.cif │   │   │   ├── DFT.png │   │   │   ├── DOH.cif │   │   │   ├── DOH.png │   │   │   ├── DON.cif │   │   │   ├── DON.png │   │   │   ├── EAB.cif │   │   │   ├── EAB.png │   │   │   ├── EDI.cif │   │   │   ├── EDI.png │   │   │   ├── EMT.cif │   │   │   ├── EMT.png │   │   │   ├── EON.cif │   │   │   ├── EON.png │   │   │   ├── EPI.cif │   │   │   ├── EPI.png │   │   │   ├── ERI.cif │   │   │   ├── ERI.png │   │   │   ├── ESV.cif │   │   │   ├── ESV.png │   │   │   ├── ETR.cif │   │   │   ├── ETR.png │   │   │   ├── EUO.cif │   │   │   ├── EUO.png │   │   │   ├── EZT.cif │   │   │   ├── EZT.png │   │   │   ├── FAR.cif │   │   │   ├── FAR.png │   │   │   ├── FAU.cif │   │   │   ├── FAU.png │   │   │   ├── FER.cif │   │   │   ├── FER.png │   │   │   ├── FRA.cif │   │   │   ├── FRA.png │   │   │   ├── GIS.cif │   │   │   ├── GIS.png │   │   │   ├── GIU.cif │   │   │   ├── GIU.png │   │   │   ├── GME.cif │   │   │   ├── GME.png │   │   │   ├── GON.cif │   │   │   ├── GON.png │   │   │   ├── GOO.cif │   │   │   ├── GOO.png │   │   │   ├── HEU.cif │   │   │   ├── HEU.png │   │   │   ├── IFR.cif │   │   │   ├── IFR.png │   │   │   ├── IHW.cif │   │   │   ├── IHW.png │   │   │   ├── IMF.cif │   │   │   ├── IMF.png │   │   │   ├── IRR.cif │   │   │   ├── IRR.png │   │   │   ├── ISV.cif │   │   │   ├── ISV.png │   │   │   ├── ITE.cif │   │   │   ├── ITE.png │   │   │   ├── ITH.cif │   │   │   ├── ITH.png │   │   │   ├── ITR.cif │   │   │   ├── ITR.png │   │   │   ├── ITV.cif │   │   │   ├── ITV.png │   │   │   ├── ITW.cif │   │   │   ├── ITW.png │   │   │   ├── IWR.cif │   │   │   ├── IWR.png │   │   │   ├── IWS.cif │   │   │   ├── IWS.png │   │   │   ├── IWV.cif │   │   │   ├── IWV.png │   │   │   ├── IWW.cif │   │   │   ├── IWW.png │   │   │   ├── JBW.cif │   │   │   ├── JBW.png │   │   │   ├── JRY.cif │   │   │   ├── JRY.png │   │   │   ├── KFI.cif │   │   │   ├── KFI.png │   │   │   ├── LAU.cif │   │   │   ├── LAU.png │   │   │   ├── LEV.cif │   │   │   ├── LEV.png │   │   │   ├── LIO.cif │   │   │   ├── LIO.png │   │   │   ├── LIT.cif │   │   │   ├── LIT.png │   │   │   ├── LOS.cif │   │   │   ├── LOS.png │   │   │   ├── LOV.cif │   │   │   ├── LOV.png │   │   │   ├── LTA.cif │   │   │   ├── LTA.png │   │   │   ├── LTF.cif │   │   │   ├── LTF.png │   │   │   ├── LTL.cif │   │   │   ├── LTL.png │   │   │   ├── LTN.cif │   │   │   ├── LTN.png │   │   │   ├── MAR.cif │   │   │   ├── MAR.png │   │   │   ├── MAZ.cif │   │   │   ├── MAZ.png │   │   │   ├── MEI.cif │   │   │   ├── MEI.png │   │   │   ├── MEL.cif │   │   │   ├── MEL.png │   │   │   ├── MEP.cif │   │   │   ├── MEP.png │   │   │   ├── MER.cif │   │   │   ├── MER.png │   │   │   ├── MFI.cif │   │   │   ├── MFI.png │   │   │   ├── MFS.cif │   │   │   ├── MFS.png │   │   │   ├── MON.cif │   │   │   ├── MON.png │   │   │   ├── MOR.cif │   │   │   ├── MOR.png │   │   │   ├── MOZ.cif │   │   │   ├── MOZ.png │   │   │   ├── MRE.cif │   │   │   ├── MRE.png │   │   │   ├── MSE.cif │   │   │   ├── MSE.png │   │   │   ├── MSO.cif │   │   │   ├── MSO.png │   │   │   ├── MTF.cif │   │   │   ├── MTF.png │   │   │   ├── MTN.cif │   │   │   ├── MTN.png │   │   │   ├── MTT.cif │   │   │   ├── MTT.png │   │   │   ├── MTW.cif │   │   │   ├── MTW.png │   │   │   ├── MVY.cif │   │   │   ├── MVY.png │   │   │   ├── MWW.cif │   │   │   ├── MWW.png │   │   │   ├── NAB.cif │   │   │   ├── NAB.png │   │   │   ├── NAT.cif │   │   │   ├── NAT.png │   │   │   ├── NES.cif │   │   │   ├── NES.png │   │   │   ├── NON.cif │   │   │   ├── NON.png │   │   │   ├── NPO.cif │   │   │   ├── NPO.png │   │   │   ├── NSI.cif │   │   │   ├── NSI.png │   │   │   ├── OBW.cif │   │   │   ├── OBW.png │   │   │   ├── OFF.cif │   │   │   ├── OFF.png │   │   │   ├── OSI.cif │   │   │   ├── OSI.png │   │   │   ├── OSO.cif │   │   │   ├── OSO.png │   │   │   ├── OWE.cif │   │   │   ├── OWE.png │   │   │   ├── PAR.cif │   │   │   ├── PAR.png │   │   │   ├── PAU.cif │   │   │   ├── PAU.png │   │   │   ├── PHI.cif │   │   │   ├── PHI.png │   │   │   ├── PON.cif │   │   │   ├── PON.png │   │   │   ├── PUN.cif │   │   │   ├── PUN.png │   │   │   ├── RHO.cif │   │   │   ├── RHO.png │   │   │   ├── RON.cif │   │   │   ├── RON.png │   │   │   ├── RRO.cif │   │   │   ├── RRO.png │   │   │   ├── RSN.cif │   │   │   ├── RSN.png │   │   │   ├── RTE.cif │   │   │   ├── RTE.png │   │   │   ├── RTH.cif │   │   │   ├── RTH.png │   │   │   ├── RUT.cif │   │   │   ├── RUT.png │   │   │   ├── RWR.cif │   │   │   ├── RWR.png │   │   │   ├── RWY.cif │   │   │   ├── RWY.png │   │   │   ├── SAF.cif │   │   │   ├── SAF.png │   │   │   ├── SAO.cif │   │   │   ├── SAO.png │   │   │   ├── SAS.cif │   │   │   ├── SAS.png │   │   │   ├── SAT.cif │   │   │   ├── SAT.png │   │   │   ├── SAV.cif │   │   │   ├── SAV.png │   │   │   ├── SBE.cif │   │   │   ├── SBE.png │   │   │   ├── SBN.cif │   │   │   ├── SBN.png │   │   │   ├── SBS.cif │   │   │   ├── SBS.png │   │   │   ├── SBT.cif │   │   │   ├── SBT.png │   │   │   ├── SFE.cif │   │   │   ├── SFE.png │   │   │   ├── SFF.cif │   │   │   ├── SFF.png │   │   │   ├── SFG.cif │   │   │   ├── SFG.png │   │   │   ├── SFH.cif │   │   │   ├── SFH.png │   │   │   ├── SFN.cif │   │   │   ├── SFN.png │   │   │   ├── SFO.cif │   │   │   ├── SFO.png │   │   │   ├── SFS.cif │   │   │   ├── SFS.png │   │   │   ├── SGT.cif │   │   │   ├── SGT.png │   │   │   ├── SIV.cif │   │   │   ├── SIV.png │   │   │   ├── SOD.cif │   │   │   ├── SOD.png │   │   │   ├── SOF.cif │   │   │   ├── SOF.png │   │   │   ├── SOS.cif │   │   │   ├── SOS.png │   │   │   ├── SSF.cif │   │   │   ├── SSF.png │   │   │   ├── SSY.cif │   │   │   ├── SSY.png │   │   │   ├── STF.cif │   │   │   ├── STF.png │   │   │   ├── STI.cif │   │   │   ├── STI.png │   │   │   ├── STO.cif │   │   │   ├── STO.png │   │   │   ├── STT.cif │   │   │   ├── STT.png │   │   │   ├── STW.cif │   │   │   ├── STW.png │   │   │   ├── SVR.cif │   │   │   ├── SVR.png │   │   │   ├── SZR.cif │   │   │   ├── SZR.png │   │   │   ├── TER.cif │   │   │   ├── TER.png │   │   │   ├── THO.cif │   │   │   ├── THO.png │   │   │   ├── TOL.cif │   │   │   ├── TOL.png │   │   │   ├── TON.cif │   │   │   ├── TON.png │   │   │   ├── TSC.cif │   │   │   ├── TSC.png │   │   │   ├── TUN.cif │   │   │   ├── TUN.png │   │   │   ├── UEI.cif │   │   │   ├── UEI.png │   │   │   ├── UFI.cif │   │   │   ├── UFI.png │   │   │   ├── UOS.cif │   │   │   ├── UOS.png │   │   │   ├── UOZ.cif │   │   │   ├── UOZ.png │   │   │   ├── USI.cif │   │   │   ├── USI.png │   │   │   ├── UTL.cif │   │   │   ├── UTL.png │   │   │   ├── UWY.cif │   │   │   ├── UWY.png │   │   │   ├── VET.cif │   │   │   ├── VET.png │   │   │   ├── VFI.cif │   │   │   ├── VFI.png │   │   │   ├── VNI.cif │   │   │   ├── VNI.png │   │   │   ├── VSV.cif │   │   │   ├── VSV.png │   │   │   ├── WEI.cif │   │   │   ├── WEI.png │   │   │   ├── WEN.cif │   │   │   ├── WEN.png │   │   │   ├── YUG.cif │   │   │   ├── YUG.png │   │   │   ├── ZON.cif │   │   │   ├── ZON.png │   │   │   ├── ZSM-5.cif │   │   │   └── ZSM-5.png │   │   ├── fragments │   │   │   ├── amino │   │   │   │   ├── ACE.zmat │   │   │   │   ├── AIB.zmat │   │   │   │   ├── ALA.zmat │   │   │   │   ├── ARG.zmat │   │   │   │   ├── ASN.zmat │   │   │   │   ├── ASP.zmat │   │   │   │   ├── CYS.zmat │   │   │   │   ├── GLN.zmat │   │   │   │   ├── GLU.zmat │   │   │   │   ├── GLY.zmat │   │   │   │   ├── HIS.zmat │   │   │   │   ├── ILE.zmat │   │   │   │   ├── LEU.zmat │   │   │   │   ├── LYS.zmat │   │   │   │   ├── MET.zmat │   │   │   │   ├── NME.zmat │   │   │   │   ├── PHE.zmat │   │   │   │   ├── PRO.zmat │   │   │   │   ├── PYL.zmat │   │   │   │   ├── SEC.zmat │   │   │   │   ├── SER.zmat │   │   │   │   ├── THR.zmat │   │   │   │   ├── TRP.zmat │   │   │   │   ├── TYR.zmat │   │   │   │   └── VAL.zmat │   │   │   ├── groups │   │   │   │   ├── alkanes │   │   │   │   │   ├── butyl.cjson │   │   │   │   │   ├── butyl.png │   │   │   │   │   ├── ethyl.cjson │   │   │   │   │   ├── ethyl.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── heptyl.cjson │   │   │   │   │   ├── heptyl.png │   │   │   │   │   ├── hexyl.cjson │   │   │   │   │   ├── hexyl.png │   │   │   │   │   ├── isopentyl.cjson │   │   │   │   │   ├── isopentyl.png │   │   │   │   │   ├── iso-propyl.cjson │   │   │   │   │   ├── iso-propyl.png │   │   │   │   │   ├── neopentyl.cjson │   │   │   │   │   ├── neopentyl.png │   │   │   │   │   ├── octyl.cjson │   │   │   │   │   ├── octyl.png │   │   │   │   │   ├── pentyl.cjson │   │   │   │   │   ├── pentyl.png │   │   │   │   │   ├── propyl.cjson │   │   │   │   │   ├── propyl.png │   │   │   │   │   ├── t-butyl.cjson │   │   │   │   │   └── t-butyl.png │   │   │   │   ├── alkenes │   │   │   │   │   ├── butadiene.cjson │   │   │   │   │   ├── butadiene.png │   │   │   │   │   ├── ethylene.cjson │   │   │   │   │   ├── ethylene.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── hexatriene.cjson │   │   │   │   │   ├── hexatriene.png │   │   │   │   │   ├── octatetraene.cjson │   │   │   │   │   └── octatetraene.png │   │   │   │   ├── alkoxy │   │   │   │   │   ├── butoxy.cjson │   │   │   │   │   ├── butoxy.png │   │   │   │   │   ├── ethoxy.cjson │   │   │   │   │   ├── ethoxy.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── methoxy.cjson │   │   │   │   │   ├── methoxy.png │   │   │   │   │   ├── propoxy.cjson │   │   │   │   │   ├── propoxy.png │   │   │   │   │   ├── t-butoxy.cjson │   │   │   │   │   └── t-butoxy.png │   │   │   │   ├── alkynes │   │   │   │   │   ├── butadiyne.cjson │   │   │   │   │   ├── butadiyne.png │   │   │   │   │   ├── ethyne.cjson │   │   │   │   │   ├── ethyne.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── propyne.cjson │   │   │   │   │   └── propyne.png │   │   │   │   ├── amino_sidechains │   │   │   │   │   ├── alanine.cjson │   │   │   │   │   ├── alanine.png │   │   │   │   │   ├── arginine.cjson │   │   │   │   │   ├── arginine.png │   │   │   │   │   ├── asparagine.cjson │   │   │   │   │   ├── asparagine.png │   │   │   │   │   ├── aspartic_acid.cjson │   │   │   │   │   ├── aspartic_acid.png │   │   │   │   │   ├── cysteine.cjson │   │   │   │   │   ├── cysteine.png │   │   │   │   │   ├── glutamic_acid.cjson │   │   │   │   │   ├── glutamic_acid.png │   │   │   │   │   ├── glutamine.cjson │   │   │   │   │   ├── glutamine.png │   │   │   │   │   ├── glycine.cjson │   │   │   │   │   ├── glycine.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── histidine.cjson │   │   │   │   │   ├── histidine.png │   │   │   │   │   ├── isoleucine.cjson │   │   │   │   │   ├── isoleucine.png │   │   │   │   │   ├── leucine.cjson │   │   │   │   │   ├── leucine.png │   │   │   │   │   ├── lysine.cjson │   │   │   │   │   ├── lysine.png │   │   │   │   │   ├── methionine.cjson │   │   │   │   │   ├── methionine.png │   │   │   │   │   ├── phenylalanine.cjson │   │   │   │   │   ├── phenylalanine.png │   │   │   │   │   ├── pngout.png │   │   │   │   │   ├── pyrrolysine.cjson │   │   │   │   │   ├── pyrrolysine.png │   │   │   │   │   ├── selenocysteine.cjson │   │   │   │   │   ├── selenocysteine.png │   │   │   │   │   ├── serine.cjson │   │   │   │   │   ├── serine.png │   │   │   │   │   ├── threonine.cjson │   │   │   │   │   ├── threonine.png │   │   │   │   │   ├── triptophan.cjson │   │   │   │   │   ├── triptophan.png │   │   │   │   │   ├── tyrosine.cjson │   │   │   │   │   ├── tyrosine.png │   │   │   │   │   ├── valine.cjson │   │   │   │   │   └── valine.png │   │   │   │   ├── aromatics │   │   │   │   │   ├── anthracene.cjson │   │   │   │   │   ├── anthracene.png │   │   │   │   │   ├── azulene.cjson │   │   │   │   │   ├── azulene.png │   │   │   │   │   ├── biphenyl.cjson │   │   │   │   │   ├── biphenyl.png │   │   │   │   │   ├── chrysene.cjson │   │   │   │   │   ├── chrysene.png │   │   │   │   │   ├── coronene.cjson │   │   │   │   │   ├── coronene.png │   │   │   │   │   ├── corranulene.cjson │   │   │   │   │   ├── corranulene.png │   │   │   │   │   ├── fluorene.cjson │   │   │   │   │   ├── fluorene.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── indene.cjson │   │   │   │   │   ├── indene.png │   │   │   │   │   ├── mesityl.cjson │   │   │   │   │   ├── mesityl.png │   │   │   │   │   ├── naphthalene.cjson │   │   │   │   │   ├── naphthalene.png │   │   │   │   │   ├── pentacene.cjson │   │   │   │   │   ├── pentacene.png │   │   │   │   │   ├── perylene.cjson │   │   │   │   │   ├── perylene.png │   │   │   │   │   ├── phenalene.cjson │   │   │   │   │   ├── phenalene.png │   │   │   │   │   ├── phenanthrene.cjson │   │   │   │   │   ├── phenanthrene.png │   │   │   │   │   ├── phenyl.cjson │   │   │   │   │   ├── phenyl.png │   │   │   │   │   ├── pyrene.cjson │   │   │   │   │   ├── pyrene.png │   │   │   │   │   ├── tetracene.cjson │   │   │   │   │   ├── tetracene.png │   │   │   │   │   ├── trityl.cjson │   │   │   │   │   └── trityl.png │   │   │   │   ├── bicyclics │   │   │   │   │   ├── adamantyl.cjson │   │   │   │   │   ├── adamantyl.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── norbornyl.cjson │   │   │   │   │   └── norbornyl.png │   │   │   │   ├── boron │   │   │   │   │   ├── borinic_acid.cjson │   │   │   │   │   ├── borinic_acid.png │   │   │   │   │   ├── borinic_ester.cjson │   │   │   │   │   ├── borinic_ester.png │   │   │   │   │   ├── boronic_acid.cjson │   │   │   │   │   ├── boronic_acid.png │   │   │   │   │   ├── boronic_ester.cjson │   │   │   │   │   ├── boronic_ester.png │   │   │   │   │   └── groups.smi │   │   │   │   ├── cycloalkanes │   │   │   │   │   ├── cyclobutane.cjson │   │   │   │   │   ├── cyclobutane.png │   │   │   │   │   ├── cyclodecane.cjson │   │   │   │   │   ├── cyclodecane.png │   │   │   │   │   ├── cycloheptane.cjson │   │   │   │   │   ├── cycloheptane.png │   │   │   │   │   ├── cyclohexane.cjson │   │   │   │   │   ├── cyclohexane.png │   │   │   │   │   ├── cyclononane.cjson │   │   │   │   │   ├── cyclononane.png │   │   │   │   │   ├── cyclooctane.cjson │   │   │   │   │   ├── cyclooctane.png │   │   │   │   │   ├── cyclopentane.cjson │   │   │   │   │   ├── cyclopentane.png │   │   │   │   │   ├── cyclopropane.cjson │   │   │   │   │   ├── cyclopropane.png │   │   │   │   │   └── groups.smi │   │   │   │   ├── heteroaromatics │   │   │   │   │   ├── 1,3,4-thiadiazole.cjson │   │   │   │   │   ├── 1,3,4-thiadiazole.png │   │   │   │   │   ├── carbazole.cjson │   │   │   │   │   ├── carbazole.png │   │   │   │   │   ├── furan.cjson │   │   │   │   │   ├── furan.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── imidazole.cjson │   │   │   │   │   ├── imidazole.png │   │   │   │   │   ├── oxazole.cjson │   │   │   │   │   ├── oxazole.png │   │   │   │   │   ├── pyrazine.cjson │   │   │   │   │   ├── pyrazine.png │   │   │   │   │   ├── pyridine.cjson │   │   │   │   │   ├── pyridine.png │   │   │   │   │   ├── pyrimidine.cjson │   │   │   │   │   ├── pyrimidine.png │   │   │   │   │   ├── pyrrole.cjson │   │   │   │   │   ├── pyrrole.png │   │   │   │   │   ├── thiazole.cjson │   │   │   │   │   ├── thiazole.png │   │   │   │   │   ├── thiophene.cjson │   │   │   │   │   └── thiophene.png │   │   │   │   ├── nitrogen │   │   │   │   │   ├── acetamide.cjson │   │   │   │   │   ├── acetamide.png │   │   │   │   │   ├── amide.cjson │   │   │   │   │   ├── amide.png │   │   │   │   │   ├── amidine.cjson │   │   │   │   │   ├── amidine.png │   │   │   │   │   ├── azide.cjson │   │   │   │   │   ├── azide.png │   │   │   │   │   ├── azo.cjson │   │   │   │   │   ├── azo.png │   │   │   │   │   ├── carbamate.cjson │   │   │   │   │   ├── carbamate.png │   │   │   │   │   ├── cyanate.cjson │   │   │   │   │   ├── cyanate.png │   │   │   │   │   ├── dithiocarbamate.cjson │   │   │   │   │   ├── dithiocarbamate.png │   │   │   │   │   ├── formimidamide.cjson │   │   │   │   │   ├── formimidamide.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── guanidine.cjson │   │   │   │   │   ├── guanidine.png │   │   │   │   │   ├── hydrazine.cjson │   │   │   │   │   ├── hydrazine.png │   │   │   │   │   ├── hydroxamic_acid.cjson │   │   │   │   │   ├── hydroxamic_acid.png │   │   │   │   │   ├── imide.cjson │   │   │   │   │   ├── imide.png │   │   │   │   │   ├── imine.cjson │   │   │   │   │   ├── imine.png │   │   │   │   │   ├── iminocarbamate.cjson │   │   │   │   │   ├── iminocarbamate.png │   │   │   │   │   ├── isocyanate.cjson │   │   │   │   │   ├── isocyanate.png │   │   │   │   │   ├── isocyano.cjson │   │   │   │   │   ├── isocyano.png │   │   │   │   │   ├── nitrate.cjson │   │   │   │   │   ├── nitrate.png │   │   │   │   │   ├── nitrile.cjson │   │   │   │   │   ├── nitrile.png │   │   │   │   │   ├── nitrite.cjson │   │   │   │   │   ├── nitrite.png │   │   │   │   │   ├── nitro.cjson │   │   │   │   │   ├── nitro.png │   │   │   │   │   ├── nitrosamine.cjson │   │   │   │   │   ├── nitrosamine.png │   │   │   │   │   ├── nitroso.cjson │   │   │   │   │   ├── nitroso.png │   │   │   │   │   ├── oxime.cjson │   │   │   │   │   ├── oxime.png │   │   │   │   │   ├── oxopropanamide.cjson │   │   │   │   │   ├── oxopropanamide.png │   │   │   │   │   ├── urea.cjson │   │   │   │   │   └── urea.png │   │   │   │   ├── oxygen │   │   │   │   │   ├── acid_chloride.cjson │   │   │   │   │   ├── acid_chloride.png │   │   │   │   │   ├── aldehyde.cjson │   │   │   │   │   ├── aldehyde.png │   │   │   │   │   ├── amide.cjson │   │   │   │   │   ├── amide.png │   │   │   │   │   ├── anhydride.cjson │   │   │   │   │   ├── anhydride.png │   │   │   │   │   ├── carbonate.cjson │   │   │   │   │   ├── carbonate.png │   │   │   │   │   ├── carboxylate.cjson │   │   │   │   │   ├── carboxylate.png │   │   │   │   │   ├── epoxide.cjson │   │   │   │   │   ├── epoxide.png │   │   │   │   │   ├── ester.cjson │   │   │   │   │   ├── ester.png │   │   │   │   │   ├── ether.cjson │   │   │   │   │   ├── ether.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── ketene.cjson │   │   │   │   │   ├── ketene.png │   │   │   │   │   ├── ketone.cjson │   │   │   │   │   ├── ketone.png │   │   │   │   │   ├── peroxide.cjson │   │   │   │   │   ├── peroxide.png │   │   │   │   │   ├── ynone.cjson │   │   │   │   │   └── ynone.png │   │   │   │   ├── phosphorus │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── phosphate.cjson │   │   │   │   │   ├── phosphate.png │   │   │   │   │   ├── phosphine.cjson │   │   │   │   │   ├── phosphine_oxide.cjson │   │   │   │   │   ├── phosphine_oxide.png │   │   │   │   │   ├── phosphine.png │   │   │   │   │   ├── phosphite.cjson │   │   │   │   │   ├── phosphite.png │   │   │   │   │   ├── phosphonate.cjson │   │   │   │   │   ├── phosphonate.png │   │   │   │   │   ├── phosphorothiolate.cjson │   │   │   │   │   └── phosphorothiolate.png │   │   │   │   └── sulfur │   │   │   │   ├── carbothioic_O-acid.cjson │   │   │   │   ├── carbothioic_O-acid.png │   │   │   │   ├── carbothioic_S-acid.cjson │   │   │   │   ├── carbothioic_S-acid.png │   │   │   │   ├── disulfide.cjson │   │   │   │   ├── disulfide.png │   │   │   │   ├── dithiocarbamate.cjson │   │   │   │   ├── dithiocarbamate.png │   │   │   │   ├── dithiocarboxylic_acid.cjson │   │   │   │   ├── dithiocarboxylic_acid.png │   │   │   │   ├── episulfide.cjson │   │   │   │   ├── episulfide.png │   │   │   │   ├── groups.smi │   │   │   │   ├── isothiocyanate.cjson │   │   │   │   ├── isothiocyanate.png │   │   │   │   ├── sulfide.cjson │   │   │   │   ├── sulfide.png │   │   │   │   ├── sulfine.cjson │   │   │   │   ├── sulfine.png │   │   │   │   ├── sulfinic_acid.cjson │   │   │   │   ├── sulfinic_acid.png │   │   │   │   ├── sulfonamide.cjson │   │   │   │   ├── sulfonamide.png │   │   │   │   ├── sulfonate.cjson │   │   │   │   ├── sulfonate.png │   │   │   │   ├── sulfonyl_acetamide.cjson │   │   │   │   ├── sulfonyl_acetamide.png │   │   │   │   ├── sulfonyl.cjson │   │   │   │   ├── sulfonyl.png │   │   │   │   ├── sulfoxide.cjson │   │   │   │   ├── sulfoxide.png │   │   │   │   ├── thial.cjson │   │   │   │   ├── thial.png │   │   │   │   ├── thiocyanate.cjson │   │   │   │   ├── thiocyanate.png │   │   │   │   ├── thioketone.cjson │   │   │   │   ├── thioketone.png │   │   │   │   ├── thiol.cjson │   │   │   │   ├── thiolester.cjson │   │   │   │   ├── thiolester.png │   │   │   │   ├── thiol.png │   │   │   │   ├── thionester.cjson │   │   │   │   ├── thionester.png │   │   │   │   ├── tosyl.cjson │   │   │   │   └── tosyl.png │   │   │   ├── LICENSE │   │   │   ├── ligands │   │   │   │   ├── bidentate │   │   │   │   │   ├── 8-hydroxyquinoline.cjson │   │   │   │   │   ├── 8-hydroxyquinoline.png │   │   │   │   │   ├── acac-acetylacetonate.cjson │   │   │   │   │   ├── acac-acetylacetonate.png │   │   │   │   │   ├── bpy-bipyridine.cjson │   │   │   │   │   ├── bpy-bipyridine.png │   │   │   │   │   ├── dimethylglyoxime.cjson │   │   │   │   │   ├── dimethylglyoxime.png │   │   │   │   │   ├── dithiolene.cjson │   │   │   │   │   ├── dithiolene.png │   │   │   │   │   ├── dmpe-1,2-bis(dimethylphosphino)ethane.png │   │   │   │   │   ├── dppe-1,2-bis(diphenylphosphino)ethane.cjson │   │   │   │   │   ├── dppe-1,2-bis(diphenylphosphino)ethane.png │   │   │   │   │   ├── en-ethylenediamine.cjson │   │   │   │   │   ├── en-ethylenediamine.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── oxalate.cjson │   │   │   │   │   ├── oxalate.png │   │   │   │   │   ├── phenanthroline.cjson │   │   │   │   │   ├── phenanthroline.png │   │   │   │   │   ├── tmeda-tetramethylethylenediamine.cjson │   │   │   │   │   └── tmeda-tetramethylethylenediamine.png │   │   │   │   ├── haptic │   │   │   │   │   ├── eta2-acetylene.cjson │   │   │   │   │   ├── eta2-acetylene.png │   │   │   │   │   ├── eta2-ethylene.cjson │   │   │   │   │   ├── eta2-ethylene.png │   │   │   │   │   ├── eta3-alyl.cjson │   │   │   │   │   ├── eta3-alyl.png │   │   │   │   │   ├── eta3-cyclopentyl.cjson │   │   │   │   │   ├── eta3-cyclopentyl.png │   │   │   │   │   ├── eta3-cyclopropyl.cjson │   │   │   │   │   ├── eta3-cyclopropyl.png │   │   │   │   │   ├── eta3-indenyl.cjson │   │   │   │   │   ├── eta3-indenyl.png │   │   │   │   │   ├── eta4-butadiene.cjson │   │   │   │   │   ├── eta4-butadiene.png │   │   │   │   │   ├── eta4-cyclobutyl.cjson │   │   │   │   │   ├── eta4-cyclobutyl.png │   │   │   │   │   ├── eta4-cyclo-octadiene.cjson │   │   │   │   │   ├── eta4-cyclo-octadiene.png │   │   │   │   │   ├── eta4-cyclopentyl.cjson │   │   │   │   │   ├── eta4-cyclopentyl.png │   │   │   │   │   ├── eta5-Cp-cyclopentyl.cjson │   │   │   │   │   ├── eta5-Cp-cyclopentyl.png │   │   │   │   │   ├── eta5-fluorenyl.cjson │   │   │   │   │   ├── eta5-fluorenyl.png │   │   │   │   │   ├── eta5-indenyl.cjson │   │   │   │   │   ├── eta5-indenyl.png │   │   │   │   │   ├── eta6-benzene.cjson │   │   │   │   │   ├── eta6-benzene.png │   │   │   │   │   ├── eta7-cycloheptyl.cjson │   │   │   │   │   ├── eta7-cycloheptyl.png │   │   │   │   │   ├── eta8-cyclooctyl.cjson │   │   │   │   │   └── eta8-cyclooctyl.png │   │   │   │   ├── hexadentate │   │   │   │   │   ├── edta.cjson │   │   │   │   │   ├── edta.png │   │   │   │   │   └── groups.smi │   │   │   │   ├── monodentate │   │   │   │   │   ├── ammine.cjson │   │   │   │   │   ├── ammine.png │   │   │   │   │   ├── aqua.cjson │   │   │   │   │   ├── aqua.png │   │   │   │   │   ├── azido.cjson │   │   │   │   │   ├── azido.png │   │   │   │   │   ├── bromido.cjson │   │   │   │   │   ├── bromido.png │   │   │   │   │   ├── carbonyl.cjson │   │   │   │   │   ├── carbonyl.png │   │   │   │   │   ├── chlorido.cjson │   │   │   │   │   ├── chlorido.png │   │   │   │   │   ├── cyano.cjson │   │   │   │   │   ├── cyano.png │   │   │   │   │   ├── diethylether.cjson │   │   │   │   │   ├── diethylether.png │   │   │   │   │   ├── dimethylsulfide.cjson │   │   │   │   │   ├── dimethylsulfide.png │   │   │   │   │   ├── ethyl.cjson │   │   │   │   │   ├── ethyl.png │   │   │   │   │   ├── fluorido.cjson │   │   │   │   │   ├── fluorido.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── iodido.cjson │   │   │   │   │   ├── iodido.png │   │   │   │   │   ├── isocyano.cjson │   │   │   │   │   ├── isocyano.png │   │   │   │   │   ├── isopropyl.cjson │   │   │   │   │   ├── isopropyl.png │   │   │   │   │   ├── methyl.cjson │   │   │   │   │   ├── methyl.png │   │   │   │   │   ├── nitro.cjson │   │   │   │   │   ├── nitro.png │   │   │   │   │   ├── nitrosyl.cjson │   │   │   │   │   ├── nitrosyl.png │   │   │   │   │   ├── phosphine.cjson │   │   │   │   │   ├── phosphine.png │   │   │   │   │   ├── propyl.cjson │   │   │   │   │   ├── propyl.png │   │   │   │   │   ├── pyridyl.cjson │   │   │   │   │   ├── pyridyl.png │   │   │   │   │   ├── simes.cjson │   │   │   │   │   ├── simes.png │   │   │   │   │   ├── t-butyl.cjson │   │   │   │   │   ├── t-butyl.png │   │   │   │   │   ├── tetrahydrofurane.cjson │   │   │   │   │   ├── tetrahydrofurane.png │   │   │   │   │   ├── thiocyanato-N.cjson │   │   │   │   │   ├── thiocyanato-N.png │   │   │   │   │   ├── thiocyano.cjson │   │   │   │   │   ├── thiocyano.png │   │   │   │   │   ├── thiol.cjson │   │   │   │   │   ├── thiol.png │   │   │   │   │   ├── trimethylammonium.cjson │   │   │   │   │   ├── trimethylammonium.png │   │   │   │   │   ├── trimethylphosphine.cjson │   │   │   │   │   ├── trimethylphosphine.png │   │   │   │   │   ├── triphenylphosphine.cjson │   │   │   │   │   └── triphenylphosphine.png │   │   │   │   ├── tetradentate │   │   │   │   │   ├── 12-crown-4.cjson │   │   │   │   │   ├── 12-crown-4.png │   │   │   │   │   ├── cyclam.cjson │   │   │   │   │   ├── cyclam.png │   │   │   │   │   ├── cyclen.cjson │   │   │   │   │   ├── cyclen.png │   │   │   │   │   ├── groups.smi │   │   │   │   │   ├── phthalocyanine.cjson │   │   │   │   │   ├── phthalocyanine.png │   │   │   │   │   ├── porphin.cjson │   │   │   │   │   ├── porphin.png │   │   │   │   │   ├── salen.cjson │   │   │   │   │   ├── salen.png │   │   │   │   │   ├── tpa-tris-2-pyridylmethyl-amine.cjson │   │   │   │   │   ├── tpa-tris-2-pyridylmethyl-amine.png │   │   │   │   │   ├── trien-triethylenetetramine.cjson │   │   │   │   │   └── trien-triethylenetetramine.png │   │   │   │   └── tridentate │   │   │   │   ├── 9-ane-S3.cjson │   │   │   │   ├── 9-ane-S3.png │   │   │   │   ├── dien-diethylenetriamine.cjson │   │   │   │   ├── dien-diethylenetriamine.png │   │   │   │   ├── groups.smi │   │   │   │   ├── tacn-147-triazacyclononane.cjson │   │   │   │   ├── tacn-147-triazacyclononane.png │   │   │   │   ├── terpyridine.cjson │   │   │   │   ├── terpyridine.png │   │   │   │   ├── tp-scorpionate.cjson │   │   │   │   ├── tp-scorpionate.png │   │   │   │   ├── triphos.cjson │   │   │   │   └── triphos.png │   │   │   ├── polymers │   │   │   │   ├── acetylenes │   │   │   │   │   ├── cis-acetylene.png │   │   │   │   │   ├── cis-acetylene.smi │   │   │   │   │   ├── diacetylene.png │   │   │   │   │   ├── diacetylene.smi │   │   │   │   │   ├── trans-acetylene.png │   │   │   │   │   └── trans-acetylene.smi │   │   │   │   ├── acrylates │   │   │   │   │   ├── acrylic-acid.png │   │   │   │   │   ├── acrylic-acid.smi │   │   │   │   │   ├── acrylonitrile.png │   │   │   │   │   ├── acrylonitrile.smi │   │   │   │   │   ├── butyl-acrylate.png │   │   │   │   │   ├── butyl-acrylate.smi │   │   │   │   │   ├── butyl-metacrylate.png │   │   │   │   │   ├── butyl-metacrylate.smi │   │   │   │   │   ├── ethyl-acrylate.png │   │   │   │   │   ├── ethyl-acrylate.smi │   │   │   │   │   ├── ethyl-methacrylate.png │   │   │   │   │   ├── ethyl-methacrylate.smi │   │   │   │   │   ├── methyl-acrylate.png │   │   │   │   │   ├── methyl-acrylate.smi │   │   │   │   │   ├── methyl-cyanoacrylate.png │   │   │   │   │   ├── methyl-cyanoacrylate.smi │   │   │   │   │   ├── methyl-methacrylate.png │   │   │   │   │   ├── methyl-methacrylate.smi │   │   │   │   │   ├── octyl-cyanoacrylate.png │   │   │   │   │   ├── octyl-cyanoacrylate.smi │   │   │   │   │   ├── propyl-acrylate.png │   │   │   │   │   ├── propyl-acrylate.smi │   │   │   │   │   ├── propyl-methacrylate.png │   │   │   │   │   └── propyl-methacrylate.smi │   │   │   │   ├── amides │   │   │   │   │   ├── benzamide.png │   │   │   │   │   ├── benzamide.smi │   │   │   │   │   ├── caprolactam.png │   │   │   │   │   ├── caprolactam.smi │   │   │   │   │   ├── kevlar.png │   │   │   │   │   ├── kevlar.smi │   │   │   │   │   ├── nomex.png │   │   │   │   │   ├── nomex.smi │   │   │   │   │   ├── nylon-11.png │   │   │   │   │   ├── nylon-11.smi │   │   │   │   │   ├── nylon-6-10.png │   │   │   │   │   ├── nylon-6-10.smi │   │   │   │   │   ├── nylon-6-6.png │   │   │   │   │   ├── nylon-6-6.smi │   │   │   │   │   ├── nylon-6.png │   │   │   │   │   ├── nylon-6.smi │   │   │   │   │   ├── nylon-8.png │   │   │   │   │   └── nylon-8.smi │   │   │   │   ├── anhydrides │   │   │   │   │   ├── dipropanoic-anhydride.png │   │   │   │   │   ├── dipropanoic-anhydride.smi │   │   │   │   │   ├── maleic-anhydride.png │   │   │   │   │   └── maleic-anhydride.smi │   │   │   │   ├── aromatics │   │   │   │   │   ├── 2,6-dimethyl-phenol.png │   │   │   │   │   ├── 2,6-dimethyl-phenol.smi │   │   │   │   │   ├── 3-hexylthiophene.png │   │   │   │   │   ├── 3-hexylthiophene.smi │   │   │   │   │   ├── aniline.png │   │   │   │   │   ├── aniline.smi │   │   │   │   │   ├── carbazole.png │   │   │   │   │   ├── carbazole.smi │   │   │   │   │   ├── edot.png │   │   │   │   │   ├── edot.smi │   │   │   │   │   ├── ethylenedioxythiophene.png │   │   │   │   │   ├── ethylenedioxythiophene.smi │   │   │   │   │   ├── fluorene.png │   │   │   │   │   ├── fluorene.smi │   │   │   │   │   ├── furan.png │   │   │   │   │   ├── furan.smi │   │   │   │   │   ├── leucoemeraldine.png │   │   │   │   │   ├── leucoemeraldine.smi │   │   │   │   │   ├── n-vinyl-carbazole.png │   │   │   │   │   ├── n-vinyl-carbazole.smi │   │   │   │   │   ├── o-methylaniline.png │   │   │   │   │   ├── o-methylaniline.smi │   │   │   │   │   ├── pernigraniline.png │   │   │   │   │   ├── pernigraniline.smi │   │   │   │   │   ├── phenylene-oxide.png │   │   │   │   │   ├── phenylene-oxide.smi │   │   │   │   │   ├── phenylene-sulfide.png │   │   │   │   │   ├── phenylene-sulfide.smi │   │   │   │   │   ├── p-phenylene-ether.png │   │   │   │   │   ├── p-phenylene-ether.smi │   │   │   │   │   ├── p-phenylene.png │   │   │   │   │   ├── p-phenylene.smi │   │   │   │   │   ├── p-phenylene-vinylene.png │   │   │   │   │   ├── p-phenylene-vinylene.smi │   │   │   │   │   ├── prodot.png │   │   │   │   │   ├── prodot.smi │   │   │   │   │   ├── pyrrole.png │   │   │   │   │   ├── pyrrole.smi │   │   │   │   │   ├── thiadiazole.png │   │   │   │   │   ├── thiadiazole.smi │   │   │   │   │   ├── thiophene.png │   │   │   │   │   └── thiophene.smi │   │   │   │   ├── carbonates │   │   │   │   │   ├── bisphenyl-dimethyl-carbonate.png │   │   │   │   │   └── bisphenyl-dimethyl-carbonate.smi │   │   │   │   ├── dienes │   │   │   │   │   ├── 1,2-butadiene.png │   │   │   │   │   ├── 1,2-butadiene.smi │   │   │   │   │   ├── 1,2-isoprene.png │   │   │   │   │   ├── 1,2-isoprene.smi │   │   │   │   │   ├── 3,4-isoprene.png │   │   │   │   │   ├── 3,4-isoprene.smi │   │   │   │   │   ├── bromoprene.png │   │   │   │   │   ├── bromoprene.smi │   │   │   │   │   ├── butadiene.png │   │   │   │   │   ├── butadiene.smi │   │   │   │   │   ├── chloroprene.png │   │   │   │   │   ├── chloroprene.smi │   │   │   │   │   ├── cis-1,4-butadiene.png │   │   │   │   │   ├── cis-1,4-butadiene.smi │   │   │   │   │   ├── cis-1,4-isoprene.png │   │   │   │   │   ├── cis-1,4-isoprene.smi │   │   │   │   │   ├── isoprene.png │   │   │   │   │   ├── isoprene.smi │   │   │   │   │   ├── neoprene.png │   │   │   │   │   ├── neoprene.smi │   │   │   │   │   ├── trans-1,4-butadiene.png │   │   │   │   │   ├── trans-1,4-butadiene.smi │   │   │   │   │   ├── trans-1,4-isoprene.png │   │   │   │   │   └── trans-1,4-isoprene.smi │   │   │   │   ├── esters │   │   │   │   │   ├── 2-hydroxy-butyrate.png │   │   │   │   │   ├── 2-hydroxy-butyrate.smi │   │   │   │   │   ├── butylene-isophthalate.png │   │   │   │   │   ├── butylene-isophthalate.smi │   │   │   │   │   ├── butylene-terephthalate.png │   │   │   │   │   ├── butylene-terephthalate.smi │   │   │   │   │   ├── caprolactone.png │   │   │   │   │   ├── caprolactone.smi │   │   │   │   │   ├── cyclohexylenedimethylene-terephthalate.png │   │   │   │   │   ├── cyclohexylenedimethylene-terephthalate.smi │   │   │   │   │   ├── ethylene-isophthalate.png │   │   │   │   │   ├── ethylene-isophthalate.smi │   │   │   │   │   ├── ethylene-naphthalate.png │   │   │   │   │   ├── ethylene-naphthalate.smi │   │   │   │   │   ├── ethylene-sebacate.png │   │   │   │   │   ├── ethylene-sebacate.smi │   │   │   │   │   ├── ethylene-succinate.png │   │   │   │   │   ├── ethylene-succinate.smi │   │   │   │   │   ├── ethylene-terephthalate.png │   │   │   │   │   ├── ethylene-terephthalate.smi │   │   │   │   │   ├── glycolic-acid.png │   │   │   │   │   ├── glycolic-acid.smi │   │   │   │   │   ├── glycolide.png │   │   │   │   │   ├── glycolide.smi │   │   │   │   │   ├── hydroxybutyrate.png │   │   │   │   │   ├── hydroxybutyrate.smi │   │   │   │   │   ├── lactic-acid.png │   │   │   │   │   ├── lactic-acid.smi │   │   │   │   │   ├── propylene-isophthalate.png │   │   │   │   │   ├── propylene-isophthalate.smi │   │   │   │   │   ├── propylene-terephthalate.png │   │   │   │   │   └── propylene-terephthalate.smi │   │   │   │   ├── ethers │   │   │   │   │   ├── 2,6-dimethyl-phenol.png │   │   │   │   │   ├── 2,6-dimethyl-phenol.smi │   │   │   │   │   ├── acetaldehyde.png │   │   │   │   │   ├── acetaldehyde.smi │   │   │   │   │   ├── acetal.png │   │   │   │   │   ├── acetal.smi │   │   │   │   │   ├── ether-imide.png │   │   │   │   │   ├── ether-imide.smi │   │   │   │   │   ├── ether-sulfone.png │   │   │   │   │   ├── ether-sulfone.smi │   │   │   │   │   ├── ethylene-glycol.png │   │   │   │   │   ├── ethylene-glycol.smi │   │   │   │   │   ├── ethylene-oxide.png │   │   │   │   │   ├── ethylene-oxide.smi │   │   │   │   │   ├── formaldehyde.png │   │   │   │   │   ├── formaldehyde.smi │   │   │   │   │   ├── methylene-oxide.png │   │   │   │   │   ├── methylene-oxide.smi │   │   │   │   │   ├── PEEK.png │   │   │   │   │   ├── PEEK.smi │   │   │   │   │   ├── propylene-glycol.png │   │   │   │   │   ├── propylene-glycol.smi │   │   │   │   │   ├── propylene-oxide.png │   │   │   │   │   ├── propylene-oxide.smi │   │   │   │   │   ├── tetramethylene-oxide.png │   │   │   │   │   ├── tetramethylene-oxide.smi │   │   │   │   │   ├── trimethylene-oxide.png │   │   │   │   │   └── trimethylene-oxide.smi │   │   │   │   ├── imides │   │   │   │   │   ├── 4,4-oxydiphenylene-pyromellitimide.png │   │   │   │   │   ├── 4,4-oxydiphenylene-pyromellitimide.smi │   │   │   │   │   ├── diaminophenylether-pyromellitic-anhydride.png │   │   │   │   │   ├── diaminophenylether-pyromellitic-anhydride.smi │   │   │   │   │   ├── kapton.png │   │   │   │   │   └── kapton.smi │   │   │   │   ├── imines │   │   │   │   │   ├── aniline.png │   │   │   │   │   ├── aniline.smi │   │   │   │   │   ├── pyrrole.png │   │   │   │   │   └── pyrrole.smi │   │   │   │   ├── ketones │   │   │   │   │   ├── ether-ether-ketone.png │   │   │   │   │   ├── ether-ether-ketone.smi │   │   │   │   │   ├── ether-ketone.png │   │   │   │   │   ├── ether-ketone.smi │   │   │   │   │   ├── ethylene-ketone.png │   │   │   │   │   ├── ethylene-ketone.smi │   │   │   │   │   ├── PEEK.png │   │   │   │   │   ├── PEEK.smi │   │   │   │   │   ├── PEK.png │   │   │   │   │   ├── PEK.smi │   │   │   │   │   ├── propylene-ketone.png │   │   │   │   │   └── propylene-ketone.smi │   │   │   │   ├── olefins │   │   │   │   │   ├── 1-hexene.png │   │   │   │   │   ├── 1-hexene.smi │   │   │   │   │   ├── 1-octene.png │   │   │   │   │   ├── 1-octene.smi │   │   │   │   │   ├── 1-pentene.png │   │   │   │   │   ├── 1-pentene.smi │   │   │   │   │   ├── 2-methyl-propene.png │   │   │   │   │   ├── 2-methyl-propene.smi │   │   │   │   │   ├── 4-methyl-1-pentene.png │   │   │   │   │   ├── 4-methyl-1-pentene.smi │   │   │   │   │   ├── butylene.png │   │   │   │   │   ├── butylene.smi │   │   │   │   │   ├── chloro-trifluoro-ethylene.png │   │   │   │   │   ├── chloro-trifluoro-ethylene.smi │   │   │   │   │   ├── ethylene.png │   │   │   │   │   ├── ethylene.smi │   │   │   │   │   ├── isobutylene.png │   │   │   │   │   ├── isobutylene.smi │   │   │   │   │   ├── methyl-pentene.png │   │   │   │   │   ├── methyl-pentene.smi │   │   │   │   │   ├── propylene.png │   │   │   │   │   ├── propylene.smi │   │   │   │   │   ├── teflon.png │   │   │   │   │   ├── teflon.smi │   │   │   │   │   ├── tetrafluoroethylene.png │   │   │   │   │   └── tetrafluoroethylene.smi │   │   │   │   ├── phosphazenes │   │   │   │   │   ├── bis-2-methoxyethoxy-methoxyethoxyethoxy-phosphazine.png │   │   │   │   │   ├── bis-2-methoxyethoxy-methoxyethoxyethoxy-phosphazine.smi │   │   │   │   │   ├── bis-alanine-ethyl-ester-phosphazine.png │   │   │   │   │   ├── bis-alanine-ethyl-ester-phosphazine.smi │   │   │   │   │   ├── bis-dihydroxylpropyl-phosphazine.png │   │   │   │   │   ├── bis-dihydroxylpropyl-phosphazine.smi │   │   │   │   │   ├── bis-ethyl-glycolato-phosphazine.png │   │   │   │   │   ├── bis-ethyl-glycolato-phosphazine.smi │   │   │   │   │   ├── bis-ethyl-lactato-phosphazine.png │   │   │   │   │   ├── bis-ethyl-lactato-phosphazine.smi │   │   │   │   │   ├── bis-methoxyethoxyethoxy-phosphazine.png │   │   │   │   │   ├── bis-methoxyethoxyethoxy-phosphazine.smi │   │   │   │   │   ├── bis-phenylalanine-ethyl-ester-phosphazine.png │   │   │   │   │   ├── bis-phenylalanine-ethyl-ester-phosphazine.smi │   │   │   │   │   ├── bis-valine-ethyl-ester-phosphazine.png │   │   │   │   │   ├── bis-valine-ethyl-ester-phosphazine.smi │   │   │   │   │   ├── di(carboxylatophenoxy)phosphazine.png │   │   │   │   │   ├── di(carboxylatophenoxy)phosphazine.smi │   │   │   │   │   ├── dichlorophosphazene.png │   │   │   │   │   ├── dichlorophosphazene.smi │   │   │   │   │   ├── difluorophosphazene.png │   │   │   │   │   ├── difluorophosphazene.smi │   │   │   │   │   ├── dimethoxyphosphazene.png │   │   │   │   │   ├── dimethoxyphosphazene.smi │   │   │   │   │   ├── diphenoxy-phosphazene.png │   │   │   │   │   └── diphenoxy-phosphazene.smi │   │   │   │   ├── rings │   │   │   │   │   ├── benzimidazole.png │   │   │   │   │   ├── benzimidazole.smi │   │   │   │   │   ├── dicyclopentadiene.png │   │   │   │   │   └── dicyclopentadiene.smi │   │   │   │   ├── silanes │   │   │   │   │   ├── dimethylsilane.png │   │   │   │   │   ├── dimethylsilane.smi │   │   │   │   │   ├── methyl-phenyl-silane.png │   │   │   │   │   └── methyl-phenyl-silane.smi │   │   │   │   ├── siloxanes │   │   │   │   │   ├── dimethyl-siloxane.png │   │   │   │   │   ├── dimethyl-siloxane.smi │   │   │   │   │   ├── methyl-phenyl-siloxane.png │   │   │   │   │   └── methyl-phenyl-siloxane.smi │   │   │   │   ├── styrenes │   │   │   │   │   ├── alpha-methyl-styrene.png │   │   │   │   │   ├── alpha-methyl-styrene.smi │   │   │   │   │   ├── p-hydroxy-styrene.png │   │   │   │   │   ├── p-hydroxy-styrene.smi │   │   │   │   │   ├── styrene.png │   │   │   │   │   ├── styrene.smi │   │   │   │   │   ├── styrene-sulfonate.png │   │   │   │   │   └── styrene-sulfonate.smi │   │   │   │   ├── sulfides │   │   │   │   │   ├── phenylene-sulfide.png │   │   │   │   │   └── phenylene-sulfide.smi │   │   │   │   ├── sulfones │   │   │   │   │   ├── ether-sulfone.png │   │   │   │   │   ├── ether-sulfone.smi │   │   │   │   │   ├── phenylene-sulfone.png │   │   │   │   │   ├── phenylene-sulfone.smi │   │   │   │   │   ├── sulfone.png │   │   │   │   │   └── sulfone.smi │   │   │   │   ├── ureas │   │   │   │   │   ├── urea.png │   │   │   │   │   └── urea.smi │   │   │   │   └── vinyls │   │   │   │   ├── 2-vinyl-pyridine.png │   │   │   │   ├── 2-vinyl-pyridine.smi │   │   │   │   ├── isoprene.png │   │   │   │   ├── isoprene.smi │   │   │   │   ├── methyl-vinyl-ether.png │   │   │   │   ├── methyl-vinyl-ether.smi │   │   │   │   ├── vinyl-acetate.png │   │   │   │   ├── vinyl-acetate.smi │   │   │   │   ├── vinyl-alcohol.png │   │   │   │   ├── vinyl-alcohol.smi │   │   │   │   ├── vinyl-amine.png │   │   │   │   ├── vinyl-amine.smi │   │   │   │   ├── vinyl-chloride.png │   │   │   │   ├── vinyl-chloride.smi │   │   │   │   ├── vinyl-ether.png │   │   │   │   ├── vinyl-ether.smi │   │   │   │   ├── vinyl-fluoride.png │   │   │   │   ├── vinyl-fluoride.smi │   │   │   │   ├── vinylidene-chloride.png │   │   │   │   ├── vinylidene-chloride.smi │   │   │   │   ├── vinylidene-fluoride.png │   │   │   │   ├── vinylidene-fluoride.smi │   │   │   │   ├── vinyl-methyl-ketone.png │   │   │   │   ├── vinyl-methyl-ketone.smi │   │   │   │   ├── vinyl-pyridine.png │   │   │   │   ├── vinyl-pyridine.smi │   │   │   │   ├── vinyl-pyrrolidone.png │   │   │   │   └── vinyl-pyrrolidone.smi │   │   │   ├── README.md │   │   │   ├── scripts │   │   │   │   ├── depict_ligands.py │   │   │   │   ├── depict-polymers.py │   │   │   │   ├── flatten.py │   │   │   │   ├── generate-ligands.py │   │   │   │   ├── getamino.py │   │   │   │   ├── rdkit-fragments.py │   │   │   │   ├── requirements.txt │   │   │   │   ├── svg2png.py │   │   │   │   └── test_depict_ligands.smi │   │   │   └── thiocyanate.png │   │   ├── i18n │   │   │   ├── avogadroapp-af.qm │   │   │   ├── avogadroapp-ar.qm │   │   │   ├── avogadroapp-bg.qm │   │   │   ├── avogadroapp-bs.qm │   │   │   ├── avogadroapp-ca.qm │   │   │   ├── avogadroapp-ca@valencia.qm │   │   │   ├── avogadroapp-cs.qm │   │   │   ├── avogadroapp-da.qm │   │   │   ├── avogadroapp-de.qm │   │   │   ├── avogadroapp-el.qm │   │   │   ├── avogadroapp-en_AU.qm │   │   │   ├── avogadroapp-en_CA.qm │   │   │   ├── avogadroapp-en_GB.qm │   │   │   ├── avogadroapp-eo.qm │   │   │   ├── avogadroapp-es.qm │   │   │   ├── avogadroapp-et.qm │   │   │   ├── avogadroapp-eu.qm │   │   │   ├── avogadroapp-fa.qm │   │   │   ├── avogadroapp-fi.qm │   │   │   ├── avogadroapp-fr_CA.qm │   │   │   ├── avogadroapp-fr.qm │   │   │   ├── avogadroapp-gl.qm │   │   │   ├── avogadroapp-he.qm │   │   │   ├── avogadroapp-hi.qm │   │   │   ├── avogadroapp-hr.qm │   │   │   ├── avogadroapp-hu.qm │   │   │   ├── avogadroapp-id.qm │   │   │   ├── avogadroapp-it.qm │   │   │   ├── avogadroapp-ja.qm │   │   │   ├── avogadroapp-ka.qm │   │   │   ├── avogadroapp-kn.qm │   │   │   ├── avogadroapp-ko.qm │   │   │   ├── avogadroapp-ms.qm │   │   │   ├── avogadroapp-nb.qm │   │   │   ├── avogadroapp-nl.qm │   │   │   ├── avogadroapp-oc.qm │   │   │   ├── avogadroapp-pl.qm │   │   │   ├── avogadroapp-pt_BR.qm │   │   │   ├── avogadroapp-pt.qm │   │   │   ├── avogadroapp-ro.qm │   │   │   ├── avogadroapp-ru.qm │   │   │   ├── avogadroapp-sa.qm │   │   │   ├── avogadroapp-sk.qm │   │   │   ├── avogadroapp-sl.qm │   │   │   ├── avogadroapp-sq.qm │   │   │   ├── avogadroapp-sr.qm │   │   │   ├── avogadroapp-sv.qm │   │   │   ├── avogadroapp-ta.qm │   │   │   ├── avogadroapp-te.qm │   │   │   ├── avogadroapp-th.qm │   │   │   ├── avogadroapp-tr.qm │   │   │   ├── avogadroapp-ug.qm │   │   │   ├── avogadroapp-uk.qm │   │   │   ├── avogadroapp-vi.qm │   │   │   ├── avogadroapp-zh_CN.qm │   │   │   ├── avogadroapp-zh_TW.qm │   │   │   ├── avogadrolibs-af.qm │   │   │   ├── avogadrolibs-ar.qm │   │   │   ├── avogadrolibs-bg.qm │   │   │   ├── avogadrolibs-bs.qm │   │   │   ├── avogadrolibs-ca.qm │   │   │   ├── avogadrolibs-ca@valencia.qm │   │   │   ├── avogadrolibs-cs.qm │   │   │   ├── avogadrolibs-da.qm │   │   │   ├── avogadrolibs-de.qm │   │   │   ├── avogadrolibs-el.qm │   │   │   ├── avogadrolibs-en_AU.qm │   │   │   ├── avogadrolibs-en_CA.qm │   │   │   ├── avogadrolibs-en_GB.qm │   │   │   ├── avogadrolibs-eo.qm │   │   │   ├── avogadrolibs-es.qm │   │   │   ├── avogadrolibs-et.qm │   │   │   ├── avogadrolibs-eu.qm │   │   │   ├── avogadrolibs-fa.qm │   │   │   ├── avogadrolibs-fi.qm │   │   │   ├── avogadrolibs-fr_CA.qm │   │   │   ├── avogadrolibs-fr.qm │   │   │   ├── avogadrolibs-gl.qm │   │   │   ├── avogadrolibs-he.qm │   │   │   ├── avogadrolibs-hi.qm │   │   │   ├── avogadrolibs-hr.qm │   │   │   ├── avogadrolibs-hu.qm │   │   │   ├── avogadrolibs-id.qm │   │   │   ├── avogadrolibs-it.qm │   │   │   ├── avogadrolibs-ja.qm │   │   │   ├── avogadrolibs-ka.qm │   │   │   ├── avogadrolibs-kn.qm │   │   │   ├── avogadrolibs-ko.qm │   │   │   ├── avogadrolibs-lv.qm │   │   │   ├── avogadrolibs-ms.qm │   │   │   ├── avogadrolibs-nb.qm │   │   │   ├── avogadrolibs-nl.qm │   │   │   ├── avogadrolibs-oc.qm │   │   │   ├── avogadrolibs-pl.qm │   │   │   ├── avogadrolibs-pt_BR.qm │   │   │   ├── avogadrolibs-pt.qm │   │   │   ├── avogadrolibs-ro.qm │   │   │   ├── avogadrolibs-ru.qm │   │   │   ├── avogadrolibs-sa.qm │   │   │   ├── avogadrolibs-sk.qm │   │   │   ├── avogadrolibs-sl.qm │   │   │   ├── avogadrolibs-sq.qm │   │   │   ├── avogadrolibs-sr.qm │   │   │   ├── avogadrolibs-sv.qm │   │   │   ├── avogadrolibs-ta.qm │   │   │   ├── avogadrolibs-te.qm │   │   │   ├── avogadrolibs-th.qm │   │   │   ├── avogadrolibs-tr.qm │   │   │   ├── avogadrolibs-ug.qm │   │   │   ├── avogadrolibs-uk.qm │   │   │   ├── avogadrolibs-vi.qm │   │   │   ├── avogadrolibs-zh_CN.qm │   │   │   └── avogadrolibs-zh_TW.qm │   │   └── molecules │   │   ├── alcohols │   │   │   ├── 2-aminoethanol.cjson │   │   │   ├── 2-aminoethanol.png │   │   │   ├── but-2-yne-1_4-diol.cjson │   │   │   ├── but-2-yne-1_4-diol.png │   │   │   ├── cyclohexanol.cjson │   │   │   ├── cyclohexanol.png │   │   │   ├── cyclopentanol.cjson │   │   │   ├── cyclopentanol.png │   │   │   ├── ethane-1_2-diol.cjson │   │   │   ├── ethane-1_2-diol.png │   │   │   ├── ethanol.cjson │   │   │   ├── ethanol.png │   │   │   ├── methanol.cjson │   │   │   ├── methanol.png │   │   │   ├── propan-1-ol.cjson │   │   │   ├── propan-1-ol.png │   │   │   ├── propan-2-ol.cjson │   │   │   ├── propan-2-ol.png │   │   │   ├── propane-1_2_3-triol.cjson │   │   │   └── propane-1_2_3-triol.png │   │   ├── aldehydes │   │   │   ├── acetaldehyde.cjson │   │   │   ├── acetaldehyde.png │   │   │   ├── formaldehyde.cjson │   │   │   └── formaldehyde.png │   │   ├── alkanes │   │   │   ├── 2-methylpropane.cjson │   │   │   ├── 2-methylpropane.png │   │   │   ├── butane.cjson │   │   │   ├── butane.png │   │   │   ├── decane.cjson │   │   │   ├── decane.png │   │   │   ├── dodecane.cjson │   │   │   ├── dodecane.png │   │   │   ├── eicosane.cjson │   │   │   └── eicosane.png │   │   ├── alkenes │   │   │   ├── 2-methylbut-2-ene.cjson │   │   │   ├── 2-methylbut-2-ene.png │   │   │   ├── 2-methylbuta-1_3-diene.cjson │   │   │   ├── 2-methylbuta-1_3-diene.png │   │   │   ├── 3E-penta-1_3-diene.cjson │   │   │   ├── 3E-penta-1_3-diene.png │   │   │   ├── 3Z_3-ethylhepta-1_3-diene.cjson │   │   │   ├── 3Z_3-ethylhepta-1_3-diene.png │   │   │   ├── 3Z-penta-1_3-diene.cjson │   │   │   ├── 3Z-penta-1_3-diene.png │   │   │   ├── but-1-ene.cjson │   │   │   ├── but-1-ene.png │   │   │   ├── E-but-2-ene.cjson │   │   │   ├── E-but-2-ene.png │   │   │   ├── E-hept-2-ene.cjson │   │   │   ├── E-hept-2-ene.png │   │   │   ├── E-hept-3-ene.cjson │   │   │   ├── E-hept-3-ene.png │   │   │   ├── E-hex-2-ene.cjson │   │   │   ├── E-hex-2-ene.png │   │   │   ├── E-hex-3-ene.cjson │   │   │   ├── E-hex-3-ene.png │   │   │   ├── E-oct-2-ene.cjson │   │   │   ├── E-oct-2-ene.png │   │   │   ├── E-oct-3-ene.cjson │   │   │   ├── E-oct-3-ene.png │   │   │   ├── E-oct-4-ene.cjson │   │   │   ├── E-oct-4-ene.png │   │   │   ├── E-pent-2-ene.cjson │   │   │   ├── E-pent-2-ene.png │   │   │   ├── ethene.cjson │   │   │   ├── ethene.png │   │   │   ├── hept-1-ene.cjson │   │   │   ├── hept-1-ene.png │   │   │   ├── hex-1-ene.cjson │   │   │   ├── hex-1-ene.png │   │   │   ├── oct-1-ene.cjson │   │   │   ├── oct-1-ene.png │   │   │   ├── pent-1-ene.cjson │   │   │   ├── pent-1-ene.png │   │   │   ├── propene.cjson │   │   │   ├── propene.png │   │   │   ├── Z-but-2-ene.cjson │   │   │   ├── Z-but-2-ene.png │   │   │   ├── Z-hept-2-ene.cjson │   │   │   ├── Z-hept-2-ene.png │   │   │   ├── Z-hept-3-ene.cjson │   │   │   ├── Z-hept-3-ene.png │   │   │   ├── Z-hex-2-ene.cjson │   │   │   ├── Z-hex-2-ene.png │   │   │   ├── Z-hex-3-ene.cjson │   │   │   ├── Z-hex-3-ene.png │   │   │   ├── Z-oct-2-ene.cjson │   │   │   ├── Z-oct-2-ene.png │   │   │   ├── Z-oct-3-ene.cjson │   │   │   ├── Z-oct-3-ene.png │   │   │   ├── Z-oct-4-ene.cjson │   │   │   ├── Z-oct-4-ene.png │   │   │   ├── Z-pent-2-ene.cjson │   │   │   └── Z-pent-2-ene.png │   │   ├── alkynes │   │   │   ├── acetylene.cjson │   │   │   ├── acetylene.png │   │   │   ├── propyne.cjson │   │   │   └── propyne.png │   │   ├── amides │   │   │   ├── acetamide.cjson │   │   │   ├── acetamide.png │   │   │   ├── ethyl_carbamate.cjson │   │   │   ├── ethyl_carbamate.png │   │   │   ├── N_N-dimethylacetamide.cjson │   │   │   ├── N_N-dimethylacetamide.png │   │   │   ├── N_N-dimethylformamide.cjson │   │   │   ├── N_N-dimethylformamide.png │   │   │   ├── oxamide.cjson │   │   │   └── oxamide.png │   │   ├── amines │   │   │   ├── 1H-azepine.cjson │   │   │   ├── 1H-azepine.png │   │   │   ├── 2-aminopropane.cjson │   │   │   ├── 2-aminopropane.png │   │   │   ├── ammonia.cjson │   │   │   ├── ammonia.png │   │   │   ├── azepane.cjson │   │   │   ├── azepane.png │   │   │   ├── diethylamine.cjson │   │   │   ├── diethylamine.png │   │   │   ├── dimethylamine.cjson │   │   │   ├── dimethylamine.png │   │   │   ├── ethylamine.cjson │   │   │   ├── ethylamine.png │   │   │   ├── methylamine.cjson │   │   │   ├── methylamine.png │   │   │   ├── piperazine.cjson │   │   │   ├── piperazine.png │   │   │   ├── piperidine.cjson │   │   │   ├── piperidine.png │   │   │   ├── pyrrolidine.cjson │   │   │   ├── pyrrolidine.png │   │   │   ├── S-sec-butylamine.cjson │   │   │   ├── S-sec-butylamine.png │   │   │   ├── tert-butylamine.cjson │   │   │   ├── tert-butylamine.png │   │   │   ├── triethylamine.cjson │   │   │   ├── triethylamine.png │   │   │   ├── triethylenediamine.cjson │   │   │   ├── triethylenediamine.png │   │   │   ├── trimethylamine.cjson │   │   │   └── trimethylamine.png │   │   ├── amino_acids │   │   │   ├── D-alanine.cjson │   │   │   ├── D-alanine.png │   │   │   ├── D-allo-threonine.cjson │   │   │   ├── D-allo-threonine.png │   │   │   ├── D-arginine.cjson │   │   │   ├── D-arginine.png │   │   │   ├── D-asparagine.cjson │   │   │   ├── D-asparagine.png │   │   │   ├── D-aspartic_acid.cjson │   │   │   ├── D-aspartic_acid.png │   │   │   ├── D-cysteine.cjson │   │   │   ├── D-cysteine.png │   │   │   ├── D-glutamic_acid.cjson │   │   │   ├── D-glutamic_acid.png │   │   │   ├── D-glutamine.cjson │   │   │   ├── D-glutamine.png │   │   │   ├── D-histidine.cjson │   │   │   ├── D-histidine.png │   │   │   ├── D-isoleucine.cjson │   │   │   ├── D-isoleucine.png │   │   │   ├── D-leucine.cjson │   │   │   ├── D-leucine.png │   │   │   ├── D-lysine.cjson │   │   │   ├── D-lysine.png │   │   │   ├── D-methionine.cjson │   │   │   ├── D-methionine.png │   │   │   ├── D-phenylalanine.cjson │   │   │   ├── D-phenylalanine.png │   │   │   ├── D-proline.cjson │   │   │   ├── D-proline.png │   │   │   ├── D-serine.cjson │   │   │   ├── D-serine.png │   │   │   ├── D-threonine.cjson │   │   │   ├── D-threonine.png │   │   │   ├── D-tryptophan.cjson │   │   │   ├── D-tryptophan.png │   │   │   ├── D-tyrosine.cjson │   │   │   ├── D-tyrosine.png │   │   │   ├── D-valine.cjson │   │   │   ├── D-valine.png │   │   │   ├── glycine.cjson │   │   │   ├── glycine.png │   │   │   ├── L-4-nitrophenylalanine.cjson │   │   │   ├── L-4-nitrophenylalanine.png │   │   │   ├── L-alanine.cjson │   │   │   ├── L-alanine.png │   │   │   ├── L-allo-isoleucine.cjson │   │   │   ├── L-allo-isoleucine.png │   │   │   ├── L-arginine.cjson │   │   │   ├── L-arginine.png │   │   │   ├── L-asparagine.cjson │   │   │   ├── L-asparagine.png │   │   │   ├── L-aspartic_acid.cjson │   │   │   ├── L-aspartic_acid.png │   │   │   ├── L-cysteine.cjson │   │   │   ├── L-cysteine.png │   │   │   ├── L-glutamic_acid.cjson │   │   │   ├── L-glutamic_acid.png │   │   │   ├── L-glutamine.cjson │   │   │   ├── L-glutamine.png │   │   │   ├── L-histidine.cjson │   │   │   ├── L-histidine.png │   │   │   ├── L-isoleucine.cjson │   │   │   ├── L-isoleucine.png │   │   │   ├── L-leucine.cjson │   │   │   ├── L-leucine.png │   │   │   ├── L-lysine.cjson │   │   │   ├── L-lysine.png │   │   │   ├── L-methionine.cjson │   │   │   ├── L-methionine.png │   │   │   ├── L-phenylalanine.cjson │   │   │   ├── L-phenylalanine.png │   │   │   ├── L-proline.cjson │   │   │   ├── L-proline.png │   │   │   ├── L-serine.cjson │   │   │   ├── L-serine.png │   │   │   ├── L-threonine.cjson │   │   │   ├── L-threonine.png │   │   │   ├── L-tryptophan.cjson │   │   │   ├── L-tryptophan.png │   │   │   ├── L-tyrosine.cjson │   │   │   ├── L-tyrosine.png │   │   │   ├── L-valine.cjson │   │   │   └── L-valine.png │   │   ├── aromatics │   │   │   ├── 1_10-phenanthroline.cjson │   │   │   ├── 1_10-phenanthroline.png │   │   │   ├── 1_8-naphthyridine.cjson │   │   │   ├── 1_8-naphthyridine.png │   │   │   ├── 1H-indene.cjson │   │   │   ├── 1H-indene.png │   │   │   ├── 1H-indole.cjson │   │   │   ├── 1H-indole.png │   │   │   ├── 2H-chromene.cjson │   │   │   ├── 2H-chromene.png │   │   │   ├── 4H-chromene.cjson │   │   │   ├── 4H-chromene.png │   │   │   ├── 7H-purine.cjson │   │   │   ├── 7H-purine.png │   │   │   ├── 9H-carbazole.cjson │   │   │   ├── 9H-carbazole.png │   │   │   ├── 9H-fluorene.cjson │   │   │   ├── 9H-fluorene.png │   │   │   ├── 9H-xanthene.cjson │   │   │   ├── 9H-xanthene.png │   │   │   ├── acenaphthene.cjson │   │   │   ├── acenaphthene.png │   │   │   ├── acenaphthenequinone.cjson │   │   │   ├── acenaphthenequinone.png │   │   │   ├── acenaphthylene.cjson │   │   │   ├── acenaphthylene.png │   │   │   ├── acridine.cjson │   │   │   ├── acridine.png │   │   │   ├── aniline.cjson │   │   │   ├── aniline.png │   │   │   ├── anisole.cjson │   │   │   ├── anisole.png │   │   │   ├── anthracene.cjson │   │   │   ├── anthracene.png │   │   │   ├── benzaldehyde.cjson │   │   │   ├── benzaldehyde.png │   │   │   ├── benzene.cjson │   │   │   ├── benzene.png │   │   │   ├── benzofuran.cjson │   │   │   ├── benzofuran.png │   │   │   ├── benzoic_acid.cjson │   │   │   ├── benzoic_acid.png │   │   │   ├── benzothiophene.cjson │   │   │   ├── benzothiophene.png │   │   │   ├── benzoyl_chloride.cjson │   │   │   ├── benzoyl_chloride.png │   │   │   ├── caffeine.cjson │   │   │   ├── caffeine.png │   │   │   ├── chromone.cjson │   │   │   ├── chromone.png │   │   │   ├── cinnoline.cjson │   │   │   ├── cinnoline.png │   │   │   ├── coumarin.cjson │   │   │   ├── coumarin.png │   │   │   ├── isoquinoline.cjson │   │   │   ├── isoquinoline.png │   │   │   ├── naphthalene.cjson │   │   │   ├── naphthalene.png │   │   │   ├── nitrobenzene.cjson │   │   │   ├── nitrobenzene.png │   │   │   ├── phenanthrene.cjson │   │   │   ├── phenanthrene.png │   │   │   ├── phenol.cjson │   │   │   ├── phenol.png │   │   │   ├── phthalimide.cjson │   │   │   ├── phthalimide.png │   │   │   ├── quinazoline.cjson │   │   │   ├── quinazoline.png │   │   │   ├── quinoline.cjson │   │   │   ├── quinoline.png │   │   │   ├── tetralin.cjson │   │   │   ├── tetralin.png │   │   │   ├── toluene.cjson │   │   │   ├── toluene.png │   │   │   ├── uric_acid.cjson │   │   │   └── uric_acid.png │   │   ├── carbamides │   │   │   ├── urea.cjson │   │   │   └── urea.png │   │   ├── carbohydrates │   │   │   ├── d-allose.cjson │   │   │   ├── d-allose.png │   │   │   ├── d-altrose.cjson │   │   │   ├── d-altrose.png │   │   │   ├── d-arabinose.cjson │   │   │   ├── d-arabinose.png │   │   │   ├── d-erythrose.cjson │   │   │   ├── d-erythrose.png │   │   │   ├── d-erythrulose.cjson │   │   │   ├── d-erythrulose.png │   │   │   ├── d-fructose.cjson │   │   │   ├── d-fructose.png │   │   │   ├── d-galactose.cjson │   │   │   ├── d-galactose.png │   │   │   ├── d-glucose.cjson │   │   │   ├── d-glucose.png │   │   │   ├── d-glyceraldehyde.cjson │   │   │   ├── d-glyceraldehyde.png │   │   │   ├── d-gulose.cjson │   │   │   ├── d-gulose.png │   │   │   ├── d-idose.cjson │   │   │   ├── d-idose.png │   │   │   ├── dihydroxyacetone.cjson │   │   │   ├── dihydroxyacetone.png │   │   │   ├── d-lyxose.cjson │   │   │   ├── d-lyxose.png │   │   │   ├── d-mannose.cjson │   │   │   ├── d-mannose.png │   │   │   ├── d-psicose.cjson │   │   │   ├── d-psicose.png │   │   │   ├── d-ribose.cjson │   │   │   ├── d-ribose.png │   │   │   ├── d-ribulose.cjson │   │   │   ├── d-ribulose.png │   │   │   ├── d-sorbose.cjson │   │   │   ├── d-sorbose.png │   │   │   ├── d-tagatose.cjson │   │   │   ├── d-tagatose.png │   │   │   ├── d-talose.cjson │   │   │   ├── d-talose.png │   │   │   ├── d-threose.cjson │   │   │   ├── d-threose.png │   │   │   ├── d-xylose.cjson │   │   │   ├── d-xylose.png │   │   │   ├── d-xylulose.cjson │   │   │   └── d-xylulose.png │   │   ├── carboxylic_acids │   │   │   ├── 2_2_2-trichloroacetic_acid.cjson │   │   │   ├── 2_2_2-trichloroacetic_acid.png │   │   │   ├── 2_2_2-trifluoroacetic_acid.cjson │   │   │   ├── 2_2_2-trifluoroacetic_acid.png │   │   │   ├── 2_2-dichloroacetic_acid.cjson │   │   │   ├── 2_2-dichloroacetic_acid.png │   │   │   ├── acetic_acid.cjson │   │   │   ├── acetic_acid.png │   │   │   ├── butanoic_acid.cjson │   │   │   ├── butanoic_acid.png │   │   │   ├── citric_acid.cjson │   │   │   ├── citric_acid.png │   │   │   ├── D-lactic_acid.cjson │   │   │   ├── D-lactic_acid.png │   │   │   ├── D-malic_acid.cjson │   │   │   ├── D-malic_acid.png │   │   │   ├── D-tartaric_acid.cjson │   │   │   ├── D-tartaric_acid.png │   │   │   ├── E-butanoic_acid.cjson │   │   │   ├── E-butanoic_acid.png │   │   │   ├── E-butenedioic_acid.cjson │   │   │   ├── E-butenedioic_acid.png │   │   │   ├── formic_acid.cjson │   │   │   ├── formic_acid.png │   │   │   ├── isobutyric_acid.cjson │   │   │   ├── isobutyric_acid.png │   │   │   ├── L-ascorbic_acid.cjson │   │   │   ├── L-ascorbic_acid.png │   │   │   ├── L-lactic_acid.cjson │   │   │   ├── L-lactic_acid.png │   │   │   ├── L-malic_acid.cjson │   │   │   ├── L-malic_acid.png │   │   │   ├── L-tartaric_acid.cjson │   │   │   ├── L-tartaric_acid.png │   │   │   ├── oxalic_acid.cjson │   │   │   ├── oxalic_acid.png │   │   │   ├── propanoic_acid.cjson │   │   │   └── propanoic_acid.png │   │   ├── coordination │   │   │   ├── 3-trigonal-planar.cjson │   │   │   ├── 3-trigonal-planar.png │   │   │   ├── 3-trigonal-pyramidal.cjson │   │   │   ├── 3-trigonal-pyramidal.png │   │   │   ├── 4-planar.cjson │   │   │   ├── 4-planar.png │   │   │   ├── 4-tetrahedral.cjson │   │   │   ├── 4-tetrahedral.png │   │   │   ├── 5-square-pyramidal.cjson │   │   │   ├── 5-square-pyramidal.png │   │   │   ├── 5-trigonal-bipyramidal.cjson │   │   │   ├── 5-trigonal-bipyramidal.png │   │   │   ├── 6-octahedral.cjson │   │   │   └── 6-octahedral.png │   │   ├── cyclic_alkanes │   │   │   ├── 1R-camphene.cjson │   │   │   ├── 1R-camphene.png │   │   │   ├── 1R-camphor.cjson │   │   │   ├── 1R-camphor.png │   │   │   ├── abietic_acid.cjson │   │   │   ├── abietic_acid.png │   │   │   ├── adamantane.cjson │   │   │   ├── adamantane.png │   │   │   ├── cis-decahydronaphthalene.cjson │   │   │   ├── cis-decahydronaphthalene.png │   │   │   ├── cubane.cjson │   │   │   ├── cubane.png │   │   │   ├── cyclobutane.cjson │   │   │   ├── cyclobutane.png │   │   │   ├── cyclodecane.cjson │   │   │   ├── cyclodecane.png │   │   │   ├── cycloheptane.cjson │   │   │   ├── cycloheptane.png │   │   │   ├── cyclohexane-boat.cjson │   │   │   ├── cyclohexane-boat.png │   │   │   ├── cyclohexane-chair.cjson │   │   │   ├── cyclohexane-chair.png │   │   │   ├── cyclohexane.cjson │   │   │   ├── cyclohexane.png │   │   │   ├── cyclohexane-twist-boat.cjson │   │   │   ├── cyclohexane-twist-boat.png │   │   │   ├── cyclononane.cjson │   │   │   ├── cyclononane.png │   │   │   ├── cyclooctane.cjson │   │   │   ├── cyclooctane.png │   │   │   ├── cyclopentane.cjson │   │   │   ├── cyclopentane.png │   │   │   ├── cyclopropane.cjson │   │   │   ├── cyclopropane.png │   │   │   ├── norbornane.cjson │   │   │   ├── norbornane.png │   │   │   ├── trans-decahydronaphthalene.cjson │   │   │   └── trans-decahydronaphthalene.png │   │   ├── cyclic_alkenes │   │   │   ├── cyclohepta-1_3_5-triene.cjson │   │   │   ├── cyclohepta-1_3_5-triene.png │   │   │   ├── cyclohepta-1_3-diene.cjson │   │   │   ├── cyclohepta-1_3-diene.png │   │   │   ├── cyclohepta-1_4-diene.cjson │   │   │   ├── cyclohepta-1_4-diene.png │   │   │   ├── cyclohexa-1_3-diene.cjson │   │   │   ├── cyclohexa-1_3-diene.png │   │   │   ├── cyclohexa-1_4-diene.cjson │   │   │   ├── cyclohexa-1_4-diene.png │   │   │   ├── cyclohexene.cjson │   │   │   ├── cyclohexene.png │   │   │   ├── cycloocta-1_3_5_7-tetraene.cjson │   │   │   ├── cycloocta-1_3_5_7-tetraene.png │   │   │   ├── cycloocta-1_3_5-triene.cjson │   │   │   ├── cycloocta-1_3_5-triene.png │   │   │   ├── cycloocta-1_3-diene.cjson │   │   │   ├── cycloocta-1_3-diene.png │   │   │   ├── cyclopenta-1_3-diene.cjson │   │   │   ├── cyclopenta-1_3-diene.png │   │   │   ├── cyclopentene.cjson │   │   │   ├── cyclopentene.png │   │   │   ├── Z-cycloheptene.cjson │   │   │   ├── Z-cycloheptene.png │   │   │   ├── Z-cyclooctene.cjson │   │   │   └── Z-cyclooctene.png │   │   ├── ethers │   │   │   ├── 1_4-dioxane.cjson │   │   │   ├── 1_4-dioxane.png │   │   │   ├── dibutylether.cjson │   │   │   ├── dibutylether.png │   │   │   ├── diethylether.cjson │   │   │   ├── diethylether.png │   │   │   ├── diisopropylether.cjson │   │   │   ├── diisopropylether.png │   │   │   ├── dimethylether.cjson │   │   │   ├── dimethylether.png │   │   │   ├── dipropylether.cjson │   │   │   ├── dipropylether.png │   │   │   ├── di-tert-butylether.cjson │   │   │   ├── di-tert-butylether.png │   │   │   ├── ethylmethylether.cjson │   │   │   ├── ethylmethylether.png │   │   │   ├── tetrahydrofuran.cjson │   │   │   ├── tetrahydrofuran.png │   │   │   ├── tetrahydropyran.cjson │   │   │   └── tetrahydropyran.png │   │   ├── fatty_acids │   │   │   ├── arachidonic_acid.cjson │   │   │   ├── arachidonic_acid.png │   │   │   ├── cervonic_acid.cjson │   │   │   ├── cervonic_acid.png │   │   │   ├── decanoic_acid.cjson │   │   │   ├── decanoic_acid.png │   │   │   ├── hexanoic_acid.cjson │   │   │   ├── hexanoic_acid.png │   │   │   ├── lauric_acid.cjson │   │   │   ├── lauric_acid.png │   │   │   ├── linoleic_acid.cjson │   │   │   ├── linoleic_acid.png │   │   │   ├── linolenic_acid.cjson │   │   │   ├── linolenic_acid.png │   │   │   ├── myristic_acid.cjson │   │   │   ├── myristic_acid.png │   │   │   ├── octanoic_acid.cjson │   │   │   ├── octanoic_acid.png │   │   │   ├── oleic_acid.cjson │   │   │   ├── oleic_acid.png │   │   │   ├── palmitic_acid.cjson │   │   │   ├── palmitic_acid.png │   │   │   ├── pentanoic_acid.cjson │   │   │   ├── pentanoic_acid.png │   │   │   ├── stearic_acid.cjson │   │   │   └── stearic_acid.png │   │   ├── fullerenes │   │   │   ├── C180.cjson │   │   │   ├── C180.png │   │   │   ├── C20.cjson │   │   │   ├── C20.png │   │   │   ├── C240.cjson │   │   │   ├── C240.png │   │   │   ├── C24.cjson │   │   │   ├── C24.png │   │   │   ├── C26.cjson │   │   │   ├── C26.png │   │   │   ├── C28.cjson │   │   │   ├── C28.png │   │   │   ├── C30.cjson │   │   │   ├── C30.png │   │   │   ├── C32.cjson │   │   │   ├── C32.png │   │   │   ├── C36.cjson │   │   │   ├── C36.png │   │   │   ├── C50.cjson │   │   │   ├── C50.png │   │   │   ├── C60-buckminsterfullerene.cjson │   │   │   ├── C60-buckminsterfullerene.png │   │   │   ├── C70.cjson │   │   │   ├── C70.png │   │   │   ├── C76.cjson │   │   │   ├── C76.png │   │   │   ├── C78.cjson │   │   │   ├── C78.png │   │   │   ├── C80.cjson │   │   │   ├── C80.png │   │   │   ├── PC70BM.cjson │   │   │   ├── PC70BM.png │   │   │   ├── PCBM.cjson │   │   │   └── PCBM.png │   │   ├── furanose │   │   │   ├── alpha-D-allofuranose.cjson │   │   │   ├── alpha-D-allofuranose.png │   │   │   ├── alpha-D-altrofuranose.cjson │   │   │   ├── alpha-D-altrofuranose.png │   │   │   ├── alpha-D-arabinofuranose.cjson │   │   │   ├── alpha-D-arabinofuranose.png │   │   │   ├── alpha-D-fructofuranose.cjson │   │   │   ├── alpha-D-fructofuranose.png │   │   │   ├── alpha-D-galactofuranose.cjson │   │   │   ├── alpha-D-galactofuranose.png │   │   │   ├── alpha-D-glucofuranose.cjson │   │   │   ├── alpha-D-glucofuranose.png │   │   │   ├── alpha-D-gulofuranose.cjson │   │   │   ├── alpha-D-gulofuranose.png │   │   │   ├── alpha-D-idofuranose.cjson │   │   │   ├── alpha-D-idofuranose.png │   │   │   ├── alpha-D-lyxofuranose.cjson │   │   │   ├── alpha-D-lyxofuranose.png │   │   │   ├── alpha-D-mannofuranose.cjson │   │   │   ├── alpha-D-mannofuranose.png │   │   │   ├── alpha-D-ribofuranose.cjson │   │   │   ├── alpha-D-ribofuranose.png │   │   │   ├── alpha-D-sorbofuranose.cjson │   │   │   ├── alpha-D-sorbofuranose.png │   │   │   ├── alpha-D-talofuranose.cjson │   │   │   ├── alpha-D-talofuranose.png │   │   │   ├── alpha-D-xylofuranose.cjson │   │   │   ├── alpha-D-xylofuranose.png │   │   │   ├── alpha-L-altrofuranose.cjson │   │   │   ├── alpha-L-altrofuranose.png │   │   │   ├── beta-D-allofuranose.cjson │   │   │   ├── beta-D-allofuranose.png │   │   │   ├── beta-D-altrofuranose.cjson │   │   │   ├── beta-D-altrofuranose.png │   │   │   ├── beta-D-arabinofuranose.cjson │   │   │   ├── beta-D-arabinofuranose.png │   │   │   ├── beta-D-fructofuranose.cjson │   │   │   ├── beta-D-fructofuranose.png │   │   │   ├── beta-D-galactofuranose.cjson │   │   │   ├── beta-D-galactofuranose.png │   │   │   ├── beta-D-glucofuranose.cjson │   │   │   ├── beta-D-glucofuranose.png │   │   │   ├── beta-D-gulofuranose.cjson │   │   │   ├── beta-D-gulofuranose.png │   │   │   ├── beta-D-idofuranose.cjson │   │   │   ├── beta-D-idofuranose.png │   │   │   ├── beta-D-lyxofuranose.cjson │   │   │   ├── beta-D-lyxofuranose.png │   │   │   ├── beta-D-mannofuranose.cjson │   │   │   ├── beta-D-mannofuranose.png │   │   │   ├── beta-D-ribofuranose.cjson │   │   │   ├── beta-D-ribofuranose.png │   │   │   ├── beta-D-sorbofuranose.cjson │   │   │   ├── beta-D-sorbofuranose.png │   │   │   ├── beta-D-talofuranose.cjson │   │   │   ├── beta-D-talofuranose.png │   │   │   ├── beta-D-xylofuranose.cjson │   │   │   ├── beta-D-xylofuranose.png │   │   │   ├── beta-L-altrofuranose.cjson │   │   │   └── beta-L-altrofuranose.png │   │   ├── halogenated │   │   │   ├── 1,1_difluoroethene.cjson │   │   │   ├── 1,1_difluoroethene.png │   │   │   ├── 2_bromo_1_chloropropane.cjson │   │   │   ├── 2_bromo_1_chloropropane.png │   │   │   ├── allyl_bromide.cjson │   │   │   ├── allyl_bromide.png │   │   │   ├── benzal_chloride.cjson │   │   │   ├── benzal_chloride.png │   │   │   ├── benzyl_bromide.cjson │   │   │   ├── benzyl_bromide.png │   │   │   ├── benzyl_chloride.cjson │   │   │   ├── benzyl_chloride.png │   │   │   ├── bis_chloromethyl_ketone.cjson │   │   │   ├── bis_chloromethyl_ketone.png │   │   │   ├── bromoacetic_acid.cjson │   │   │   ├── bromoacetic_acid.png │   │   │   ├── bromoacetone.cjson │   │   │   ├── bromoacetone.png │   │   │   ├── bromomethane.cjson │   │   │   ├── bromomethane.png │   │   │   ├── chloroacetic_acid.cjson │   │   │   ├── chloroacetic_acid.png │   │   │   ├── chloromethane.cjson │   │   │   ├── chloromethane.png │   │   │   ├── dichlorodiphenyltrichloroethane.cjson │   │   │   ├── dichlorodiphenyltrichloroethane.png │   │   │   ├── fluoroacetic_acid.cjson │   │   │   ├── fluoroacetic_acid.png │   │   │   ├── fluoroacetone.cjson │   │   │   ├── fluoroacetone.png │   │   │   ├── fluoromethane.cjson │   │   │   ├── fluoromethane.png │   │   │   ├── halothane.cjson │   │   │   ├── halothane.png │   │   │   ├── hexachloroacetone.cjson │   │   │   ├── hexachloroacetone.png │   │   │   ├── iodomethane.cjson │   │   │   ├── iodomethane.png │   │   │   ├── isoflurane.cjson │   │   │   ├── isoflurane.png │   │   │   ├── tetrachloroethylene.cjson │   │   │   ├── tetrachloroethylene.png │   │   │   ├── triclofos.cjson │   │   │   ├── triclofos.png │   │   │   ├── vinyl_bromide.cjson │   │   │   ├── vinyl_bromide.png │   │   │   ├── vinyl_chloride.cjson │   │   │   ├── vinyl_chloride.png │   │   │   ├── vinyl_fluoride.cjson │   │   │   ├── vinyl_fluoride.png │   │   │   ├── vinyl_iodide.cjson │   │   │   └── vinyl_iodide.png │   │   ├── heteroaromatics │   │   │   ├── 1_2-oxazole.cjson │   │   │   ├── 1_2-oxazole.png │   │   │   ├── 1_2-thiazole.cjson │   │   │   ├── 1_2-thiazole.png │   │   │   ├── 1_3-oxazole.cjson │   │   │   ├── 1_3-oxazole.png │   │   │   ├── 1_3-thiazole.cjson │   │   │   ├── 1_3-thiazole.png │   │   │   ├── 1H-indole.cjson │   │   │   ├── 1H-indole.png │   │   │   ├── 1H-pyrazole.cjson │   │   │   ├── 1H-pyrazole.png │   │   │   ├── 1H-pyrrole.cjson │   │   │   ├── 1H-pyrrole.png │   │   │   ├── benzofuran.cjson │   │   │   ├── benzofuran.png │   │   │   ├── benzothiophene.cjson │   │   │   ├── benzothiophene.png │   │   │   ├── furan.cjson │   │   │   ├── furan.png │   │   │   ├── isonicotinamide.cjson │   │   │   ├── isonicotinamide.png │   │   │   ├── isonicotinic_acid.cjson │   │   │   ├── isonicotinic_acid.png │   │   │   ├── nicotinamide.cjson │   │   │   ├── nicotinamide.png │   │   │   ├── nicotinic_acid.cjson │   │   │   ├── nicotinic_acid.png │   │   │   ├── picolinamide.cjson │   │   │   ├── picolinamide.png │   │   │   ├── picolinic_acid.cjson │   │   │   ├── picolinic_acid.png │   │   │   ├── pyridine.cjson │   │   │   ├── pyridine.png │   │   │   ├── thiophene.cjson │   │   │   └── thiophene.png │   │   ├── ketones │   │   │   ├── acetone.cjson │   │   │   ├── acetone.png │   │   │   ├── butanone.cjson │   │   │   ├── butanone.png │   │   │   ├── cyclohexanone.cjson │   │   │   ├── cyclohexanone.png │   │   │   ├── methyl_vinyl_ketone.cjson │   │   │   ├── methyl_vinyl_ketone.png │   │   │   ├── p-benzoquinone.cjson │   │   │   └── p-benzoquinone.png │   │   ├── LICENSE │   │   ├── ligands │   │   │   ├── Cp-cyclopentadienyl.cjson │   │   │   └── Cp-cyclopentadienyl.png │   │   ├── macrocycles │   │   │   ├── phthalocyanine.cjson │   │   │   ├── phthalocyanine.png │   │   │   ├── porphin.cjson │   │   │   └── porphin.png │   │   ├── nitriles │   │   │   ├── 1_1_1-trichloroacetonitrile.cjson │   │   │   ├── 1_1_1-trichloroacetonitrile.png │   │   │   ├── acetonitrile.cjson │   │   │   ├── acetonitrile.png │   │   │   ├── butyronitrile.cjson │   │   │   ├── butyronitrile.png │   │   │   ├── isobutyronitrile.cjson │   │   │   ├── isobutyronitrile.png │   │   │   ├── propionitrile.cjson │   │   │   └── propionitrile.png │   │   ├── nucleobases │   │   │   ├── adenine.cjson │   │   │   ├── adenine.png │   │   │   ├── cytosine.cjson │   │   │   ├── cytosine.png │   │   │   ├── guanine.cjson │   │   │   ├── guanine.png │   │   │   ├── thymine.cjson │   │   │   ├── thymine.png │   │   │   ├── uracil.cjson │   │   │   └── uracil.png │   │   ├── plugin.json │   │   ├── pyranose │   │   │   ├── 2-deoxy-D-ribopyranose.cjson │   │   │   ├── 2-deoxy-D-ribopyranose.png │   │   │   ├── 6-deoxy-D-gulopyranose.cjson │   │   │   ├── 6-deoxy-D-gulopyranose.png │   │   │   ├── 6-deoxy-D-talopyranose.cjson │   │   │   ├── 6-deoxy-D-talopyranose.png │   │   │   ├── 6-deoxy-L-altropyranose.cjson │   │   │   ├── 6-deoxy-L-altropyranose.png │   │   │   ├── 6-deoxy-L-galactopyranose.cjson │   │   │   ├── 6-deoxy-L-galactopyranose.png │   │   │   ├── 6-deoxy-L-mannopyranose.cjson │   │   │   ├── 6-deoxy-L-mannopyranose.png │   │   │   ├── alpha-D-allopyranose.cjson │   │   │   ├── alpha-D-allopyranose.png │   │   │   ├── alpha-D-altropyranose.cjson │   │   │   ├── alpha-D-altropyranose.png │   │   │   ├── alpha-D-fructopyranose.cjson │   │   │   ├── alpha-D-fructopyranose.png │   │   │   ├── alpha-D-fucopyranose.cjson │   │   │   ├── alpha-D-fucopyranose.png │   │   │   ├── alpha-D-galactopyranose.cjson │   │   │   ├── alpha-D-galactopyranose.png │   │   │   ├── alpha-D-galacturonopyranose.cjson │   │   │   ├── alpha-D-galacturonopyranose.png │   │   │   ├── alpha-D-glucopyranose.cjson │   │   │   ├── alpha-D-glucopyranose.png │   │   │   ├── alpha-D-glucuronopyranose.cjson │   │   │   ├── alpha-D-glucuronopyranose.png │   │   │   ├── alpha-D-gulopyranose.cjson │   │   │   ├── alpha-D-gulopyranose.png │   │   │   ├── alpha-D-idopyranose.cjson │   │   │   ├── alpha-D-idopyranose.png │   │   │   ├── alpha-D-lyxopyranose.cjson │   │   │   ├── alpha-D-lyxopyranose.png │   │   │   ├── alpha-D-mannopyranose.cjson │   │   │   ├── alpha-D-mannopyranose.png │   │   │   ├── alpha-D-psicopyranose.cjson │   │   │   ├── alpha-D-psicopyranose.png │   │   │   ├── alpha-D-rhamnopyranose.cjson │   │   │   ├── alpha-D-rhamnopyranose.png │   │   │   ├── alpha-D-tagatopyranose.cjson │   │   │   ├── alpha-D-tagatopyranose.png │   │   │   ├── alpha-D-talopyranose.cjson │   │   │   ├── alpha-D-talopyranose.png │   │   │   ├── alpha-L-altropyranose.cjson │   │   │   ├── alpha-L-altropyranose.png │   │   │   ├── alpha-L-arabinopyranose.cjson │   │   │   ├── alpha-L-arabinopyranose.png │   │   │   ├── alpha-L-fucopyranose.cjson │   │   │   ├── alpha-L-fucopyranose.png │   │   │   ├── alpha-L-galactopyranose.cjson │   │   │   ├── alpha-L-galactopyranose.png │   │   │   ├── alpha-L-lyxopyranose.cjson │   │   │   ├── alpha-L-lyxopyranose.png │   │   │   ├── alpha-L-rhamnopyranose.cjson │   │   │   ├── alpha-L-rhamnopyranose.png │   │   │   ├── alpha-L-ribopyranose.cjson │   │   │   ├── alpha-L-ribopyranose.png │   │   │   ├── alpha-L-sorbopyranose.cjson │   │   │   ├── alpha-L-sorbopyranose.png │   │   │   ├── alpha-L-xylopyranose.cjson │   │   │   ├── alpha-L-xylopyranose.png │   │   │   ├── beta-D-allopyranose.cjson │   │   │   ├── beta-D-allopyranose.png │   │   │   ├── beta-D-altropyranose.cjson │   │   │   ├── beta-D-altropyranose.png │   │   │   ├── beta-D-arabinopyranose.cjson │   │   │   ├── beta-D-arabinopyranose.png │   │   │   ├── beta-D-fructopyranose.cjson │   │   │   ├── beta-D-fructopyranose.png │   │   │   ├── beta-D-fucopyranose.cjson │   │   │   ├── beta-D-fucopyranose.png │   │   │   ├── beta-D-galactopyranose.cjson │   │   │   ├── beta-D-galactopyranose.png │   │   │   ├── beta-D-glucopyranose.cjson │   │   │   ├── beta-D-glucopyranose.png │   │   │   ├── beta-D-gulopyranose.cjson │   │   │   ├── beta-D-gulopyranose.png │   │   │   ├── beta-D-idopyranose.cjson │   │   │   ├── beta-D-idopyranose.png │   │   │   ├── beta-D-lyxopyranose.cjson │   │   │   ├── beta-D-lyxopyranose.png │   │   │   ├── beta-D-mannopyranose.cjson │   │   │   ├── beta-D-mannopyranose.png │   │   │   ├── beta-D-rhamnopyranose.cjson │   │   │   ├── beta-D-rhamnopyranose.png │   │   │   ├── beta-D-sorbopyranose.cjson │   │   │   ├── beta-D-sorbopyranose.png │   │   │   ├── beta-D-tagatopyranose.cjson │   │   │   ├── beta-D-tagatopyranose.png │   │   │   ├── beta-D-talopyranose.cjson │   │   │   ├── beta-D-talopyranose.png │   │   │   ├── beta-L-altropyranose.cjson │   │   │   ├── beta-L-altropyranose.png │   │   │   ├── beta-L-arabinopyranose.cjson │   │   │   ├── beta-L-arabinopyranose.png │   │   │   ├── beta-L-lyxopyranose.cjson │   │   │   ├── beta-L-lyxopyranose.png │   │   │   ├── beta-L-ribopyranose.cjson │   │   │   ├── beta-L-ribopyranose.png │   │   │   ├── beta-L-xylopyranose.cjson │   │   │   └── beta-L-xylopyranose.png │   │   ├── README.md │   │   ├── steroids │   │   │   ├── cholesterol.cjson │   │   │   ├── cholesterol.png │   │   │   ├── estradiol.cjson │   │   │   ├── estradiol.png │   │   │   ├── testosterone.cjson │   │   │   └── testosterone.png │   │   ├── sulfoxides │   │   │   ├── dimethyl_sulfoxide.cjson │   │   │   └── dimethyl_sulfoxide.png │   │   ├── thiols │   │   │   ├── 2-methylproprane-2-thiol.cjson │   │   │   ├── 2-methylproprane-2-thiol.png │   │   │   ├── butane-1-thiol.cjson │   │   │   ├── butane-1-thiol.png │   │   │   ├── ethane-1_2-dithiol.cjson │   │   │   ├── ethane-1_2-dithiol.png │   │   │   ├── ethanethiol.cjson │   │   │   ├── ethanethiol.png │   │   │   ├── heptane-1-thiol.cjson │   │   │   ├── heptane-1-thiol.png │   │   │   ├── hexane-1-thiol.cjson │   │   │   ├── hexane-1-thiol.png │   │   │   ├── methanethiol.cjson │   │   │   ├── methanethiol.png │   │   │   ├── octane-1-thiol.cjson │   │   │   ├── octane-1-thiol.png │   │   │   ├── pentane-1-thiol.cjson │   │   │   ├── pentane-1-thiol.png │   │   │   ├── proprane-1-thiol.cjson │   │   │   ├── proprane-1-thiol.png │   │   │   ├── proprane-2-thiol.cjson │   │   │   ├── proprane-2-thiol.png │   │   │   ├── R_butane-2-thiol.cjson │   │   │   └── R_butane-2-thiol.png │   │   ├── water.cjson │   │   └── water.png │   ├── doc │   │   ├── AvogadroApp │   │   │   └── avogadro2 │   │   │   ├── CONTRIBUTING.md │   │   │   ├── LICENSE │   │   │   └── README.md │   │   ├── AvogadroLibs │   │   │   └── avogadrolibs │   │   │   ├── CONTRIBUTING.md │   │   │   ├── LICENSE │   │   │   └── README.md │   │   ├── libbrotli1 │   │   │   └── copyright │   │   ├── libbsd0 │   │   │   └── copyright │   │   ├── libgcrypt20 │   │   │   └── copyright │   │   ├── libglib2.0-0 │   │   │   └── copyright │   │   ├── libgssapi-krb5-2 │   │   │   └── copyright │   │   ├── libicu70 │   │   │   └── copyright │   │   ├── libk5crypto3 │   │   │   └── copyright │   │   ├── libkrb5-3 │   │   │   └── copyright │   │   ├── libkrb5support0 │   │   │   └── copyright │   │   ├── liblz4-1 │   │   │   └── copyright │   │   ├── libmd0 │   │   │   └── copyright │   │   ├── libpng16-16 │   │   │   └── copyright │   │   ├── libssl3 │   │   │   └── copyright │   │   ├── libsystemd0 │   │   │   └── copyright │   │   ├── libxau6 │   │   │   └── copyright │   │   ├── libxcb-cursor0 │   │   │   └── copyright │   │   ├── libxcb-glx0 │   │   │   └── copyright │   │   ├── libxcb-icccm4 │   │   │   └── copyright │   │   ├── libxcb-image0 │   │   │   └── copyright │   │   ├── libxcb-keysyms1 │   │   │   └── copyright │   │   ├── libxcb-randr0 │   │   │   └── copyright │   │   ├── libxcb-render0 │   │   │   └── copyright │   │   ├── libxcb-render-util0 │   │   │   └── copyright │   │   ├── libxcb-shape0 │   │   │   └── copyright │   │   ├── libxcb-shm0 │   │   │   └── copyright │   │   ├── libxcb-sync1 │   │   │   └── copyright │   │   ├── libxcb-util1 │   │   │   └── copyright │   │   ├── libxcb-xfixes0 │   │   │   └── copyright │   │   ├── libxcb-xkb1 │   │   │   └── copyright │   │   ├── libxdmcp6 │   │   │   └── copyright │   │   ├── libxkbcommon0 │   │   │   └── copyright │   │   ├── libxkbcommon-x11-0 │   │   │   └── copyright │   │   ├── libxml2 │   │   │   └── copyright │   │   └── libzstd1 │   │   └── copyright │   ├── eigen3 │   │   └── cmake │   │   ├── Eigen3Config.cmake │   │   ├── Eigen3ConfigVersion.cmake │   │   ├── Eigen3Targets.cmake │   │   └── UseEigen3.cmake │   ├── icons │   │   └── hicolor │   │   ├── 128x128 │   │   │   └── apps │   │   │   └── org.openchemistry.Avogadro2.png │   │   ├── 16x16 │   │   │   └── apps │   │   ├── 16x16@2 │   │   │   └── apps │   │   │   └── org.openchemistry.Avogadro2.png │   │   ├── 256x256 │   │   │   └── apps │   │   │   └── org.openchemistry.Avogadro2.png │   │   ├── 32x32 │   │   │   └── apps │   │   │   └── org.openchemistry.Avogadro2.png │   │   ├── 32x32@2 │   │   │   └── apps │   │   │   └── org.openchemistry.Avogadro2.png │   │   ├── 64x64 │   │   │   └── apps │   │   │   └── org.openchemistry.Avogadro2.png │   │   └── scalable │   │   └── apps │   │   └── org.openchemistry.Avogadro2.svg │   ├── licenses │   │   └── VTK │   │   ├── Copyright.txt │   │   ├── vtkCommonCore │   │   │   └── LICENSE │   │   ├── vtkCommonDataModel │   │   │   └── LICENSE │   │   ├── vtkCommonExecutionModel │   │   │   └── LICENSE │   │   ├── vtkCommonMath │   │   │   └── LICENSE │   │   ├── vtkDICOMParser │   │   │   └── Copyright.txt │   │   ├── vtkdiy2 │   │   │   ├── LEGAL.txt │   │   │   └── LICENSE.txt │   │   ├── vtkdoubleconversion │   │   │   ├── COPYING │   │   │   └── LICENSE │   │   ├── vtkexpat │   │   │   └── COPYING │   │   ├── vtkexprtk │   │   │   └── License.txt │   │   ├── vtkfast_float │   │   │   └── LICENSE-MIT │   │   ├── vtkFiltersCore │   │   │   └── LICENSE │   │   ├── vtkFiltersExtraction │   │   │   └── LICENSE │   │   ├── vtkFiltersGeneral │   │   │   └── LICENSE │   │   ├── vtkFiltersGeometry │   │   │   └── LICENSE │   │   ├── vtkFiltersHybrid │   │   │   └── LICENSE │   │   ├── vtkFiltersSources │   │   │   └── LICENSE │   │   ├── vtkFiltersStatistics │   │   │   └── LICENSE │   │   ├── vtkFiltersVerdict │   │   │   └── LICENSE │   │   ├── vtkfmt │   │   │   └── LICENSE.rst │   │   ├── vtkfreetype │   │   │   ├── FTL.TXT │   │   │   └── LICENSE.TXT │   │   ├── vtkglew │   │   │   └── LICENSE.txt │   │   ├── vtkGUISupportQt │   │   │   └── LICENSE │   │   ├── vtkImagingCore │   │   │   └── LICENSE │   │   ├── vtkInfovisCore │   │   │   └── LICENSE │   │   ├── vtkInteractionStyle │   │   │   └── LICENSE │   │   ├── vtkInteractionWidgets │   │   │   └── LICENSE │   │   ├── vtkIOCore │   │   │   └── LICENSE │   │   ├── vtkjpeg │   │   │   └── LICENSE.md │   │   ├── vtkkissfft │   │   │   └── COPYING │   │   ├── vtkkwiml │   │   │   └── Copyright.txt │   │   ├── vtklz4 │   │   │   └── LICENSE │   │   ├── vtklzma │   │   │   └── COPYING │   │   ├── vtkmetaio │   │   │   └── License.txt │   │   ├── vtkpng │   │   │   └── LICENSE │   │   ├── vtkpugixml │   │   │   └── LICENSE.md │   │   ├── vtkRenderingCore │   │   │   └── LICENSE │   │   ├── vtkRenderingLabel │   │   │   └── LICENSE │   │   ├── vtkRenderingQt │   │   │   └── LICENSE │   │   ├── vtkRenderingVolume │   │   │   └── LICENSE │   │   ├── vtksys │   │   │   └── Copyright.txt │   │   ├── vtktiff │   │   │   └── LICENSE.md │   │   ├── vtkutf8 │   │   │   └── LICENSE │   │   ├── vtkverdict │   │   │   └── LICENSE │   │   └── vtkViewsCore │   │   └── LICENSE │   ├── man │   │   ├── man1 │   │   │   ├── bsdcat.1 │   │   │   ├── bsdcpio.1 │   │   │   ├── bsdtar.1 │   │   │   ├── bsdunzip.1 │   │   │   ├── obabel.1 │   │   │   ├── obchiral.1 │   │   │   ├── obconformer.1 │   │   │   ├── obdistgen.1 │   │   │   ├── obenergy.1 │   │   │   ├── obfit.1 │   │   │   ├── obgen.1 │   │   │   ├── obgrep.1 │   │   │   ├── obgui.1 │   │   │   ├── obminimize.1 │   │   │   ├── obprobe.1 │   │   │   ├── obprop.1 │   │   │   ├── obrms.1 │   │   │   ├── obrotamer.1 │   │   │   ├── obrotate.1 │   │   │   ├── obspectrophore.1 │   │   │   ├── obsym.1 │   │   │   ├── obtautomer.1 │   │   │   ├── obthermo.1 │   │   │   └── roundtrip.1 │   │   ├── man3 │   │   │   ├── archive_entry.3 │   │   │   ├── archive_entry_acl.3 │   │   │   ├── archive_entry_linkify.3 │   │   │   ├── archive_entry_misc.3 │   │   │   ├── archive_entry_paths.3 │   │   │   ├── archive_entry_perms.3 │   │   │   ├── archive_entry_stat.3 │   │   │   ├── archive_entry_time.3 │   │   │   ├── archive_read.3 │   │   │   ├── archive_read_add_passphrase.3 │   │   │   ├── archive_read_data.3 │   │   │   ├── archive_read_disk.3 │   │   │   ├── archive_read_extract.3 │   │   │   ├── archive_read_filter.3 │   │   │   ├── archive_read_format.3 │   │   │   ├── archive_read_free.3 │   │   │   ├── archive_read_header.3 │   │   │   ├── archive_read_new.3 │   │   │   ├── archive_read_open.3 │   │   │   ├── archive_read_set_options.3 │   │   │   ├── archive_util.3 │   │   │   ├── archive_write.3 │   │   │   ├── archive_write_blocksize.3 │   │   │   ├── archive_write_data.3 │   │   │   ├── archive_write_disk.3 │   │   │   ├── archive_write_filter.3 │   │   │   ├── archive_write_finish_entry.3 │   │   │   ├── archive_write_format.3 │   │   │   ├── archive_write_free.3 │   │   │   ├── archive_write_header.3 │   │   │   ├── archive_write_new.3 │   │   │   ├── archive_write_open.3 │   │   │   ├── archive_write_set_options.3 │   │   │   ├── archive_write_set_passphrase.3 │   │   │   ├── libarchive.3 │   │   │   ├── libarchive_changes.3 │   │   │   └── libarchive_internals.3 │   │   └── man5 │   │   ├── cpio.5 │   │   ├── libarchive-formats.5 │   │   ├── mtree.5 │   │   └── tar.5 │   ├── metainfo │   │   └── org.openchemistry.Avogadro2.metainfo.xml │   ├── openbabel │   │   └── 3.1.1 │   │   ├── atomization-energies.txt │   │   ├── atomtyp.txt │   │   ├── babel_povray3.inc │   │   ├── bondtyp.txt │   │   ├── eem2015ba.txt │   │   ├── eem2015bm.txt │   │   ├── eem2015bn.txt │   │   ├── eem2015ha.txt │   │   ├── eem2015hm.txt │   │   ├── eem2015hn.txt │   │   ├── eem.txt │   │   ├── eqeqIonizations.txt │   │   ├── gaff.dat │   │   ├── gaff.prm │   │   ├── ghemical.prm │   │   ├── logp.txt │   │   ├── MACCS.txt │   │   ├── mmff94.ff │   │   ├── mmff94s.ff │   │   ├── mmffang.par │   │   ├── mmffbndk.par │   │   ├── mmffbond.par │   │   ├── mmffchg.par │   │   ├── mmffdef.par │   │   ├── mmffdfsb.par │   │   ├── mmffoop.par │   │   ├── mmffpbci.par │   │   ├── mmffprop.par │   │   ├── mmffs_oop.par │   │   ├── mmffstbn.par │   │   ├── mmffs_tor.par │   │   ├── mmfftor.par │   │   ├── mmffvdw.par │   │   ├── mpC.txt │   │   ├── mr.txt │   │   ├── patterns.txt │   │   ├── phmodel.txt │   │   ├── plugindefines.txt │   │   ├── psa.txt │   │   ├── qeq.txt │   │   ├── resdata.txt │   │   ├── rigid-fragments-index.txt │   │   ├── rigid-fragments.txt │   │   ├── ring-fragments.txt │   │   ├── ringtyp.txt │   │   ├── SMARTS_InteLigand.txt │   │   ├── space-groups.txt │   │   ├── splash.png │   │   ├── superatom.txt │   │   ├── svgformat.script │   │   ├── templates.sdf │   │   ├── torlib.txt │   │   ├── torsion.txt │   │   ├── types.txt │   │   └── UFF.prm │   └── pkgconfig │   └── eigen3.pc └── translations ├── qtbase_ar.qm ├── qtbase_bg.qm ├── qtbase_ca.qm ├── qtbase_cs.qm ├── qtbase_da.qm ├── qtbase_de.qm ├── qtbase_en.qm ├── qtbase_es.qm ├── qtbase_fa.qm ├── qtbase_fi.qm ├── qtbase_fr.qm ├── qtbase_gd.qm ├── qtbase_he.qm ├── qtbase_hr.qm ├── qtbase_hu.qm ├── qtbase_it.qm ├── qtbase_ja.qm ├── qtbase_ka.qm ├── qtbase_ko.qm ├── qtbase_lv.qm ├── qtbase_nl.qm ├── qtbase_nn.qm ├── qtbase_pl.qm ├── qtbase_pt_BR.qm ├── qtbase_ru.qm ├── qtbase_sk.qm ├── qtbase_tr.qm ├── qtbase_uk.qm ├── qtbase_zh_CN.qm └── qtbase_zh_TW.qm 499 directories, 7933 files