Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 25, 2018 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d15e6849dab6a0c3f2ffe0cffd098f8f to your computer and use it in GitHub Desktop.
Save ryantm/d15e6849dab6a0c3f2ffe0cffd098f8f to your computer and use it in GitHub Desktop.
/nix/store/3lp69brmngl3wdvp8prkrhd64p8ch9kf-openvdb-6.0.0
├── include
│   └── openvdb
│   ├── Exceptions.h
│   ├── Grid.h
│   ├── io
│   │   ├── Archive.h
│   │   ├── Compression.h
│   │   ├── File.h
│   │   ├── GridDescriptor.h
│   │   ├── io.h
│   │   ├── Queue.h
│   │   ├── Stream.h
│   │   └── TempFile.h
│   ├── math
│   │   ├── BBox.h
│   │   ├── ConjGradient.h
│   │   ├── Coord.h
│   │   ├── DDA.h
│   │   ├── FiniteDifference.h
│   │   ├── LegacyFrustum.h
│   │   ├── Maps.h
│   │   ├── Mat3.h
│   │   ├── Mat4.h
│   │   ├── Mat.h
│   │   ├── Math.h
│   │   ├── Operators.h
│   │   ├── Proximity.h
│   │   ├── QuantizedUnitVec.h
│   │   ├── Quat.h
│   │   ├── Ray.h
│   │   ├── Stats.h
│   │   ├── Stencils.h
│   │   ├── Transform.h
│   │   ├── Tuple.h
│   │   ├── Vec2.h
│   │   ├── Vec3.h
│   │   └── Vec4.h
│   ├── Metadata.h
│   ├── MetaMap.h
│   ├── openvdb.h
│   ├── PlatformConfig.h
│   ├── Platform.h
│   ├── points
│   │   ├── AttributeArray.h
│   │   ├── AttributeArrayString.h
│   │   ├── AttributeGroup.h
│   │   ├── AttributeSet.h
│   │   ├── IndexFilter.h
│   │   ├── IndexIterator.h
│   │   ├── PointAdvect.h
│   │   ├── PointAttribute.h
│   │   ├── PointConversion.h
│   │   ├── PointCount.h
│   │   ├── PointDataGrid.h
│   │   ├── PointDelete.h
│   │   ├── PointGroup.h
│   │   ├── PointMask.h
│   │   ├── PointMove.h
│   │   ├── PointSample.h
│   │   ├── PointScatter.h
│   │   └── StreamCompression.h
│   ├── tools
│   │   ├── ChangeBackground.h
│   │   ├── Clip.h
│   │   ├── Composite.h
│   │   ├── Dense.h
│   │   ├── DenseSparseTools.h
│   │   ├── Diagnostics.h
│   │   ├── Filter.h
│   │   ├── GridOperators.h
│   │   ├── GridTransformer.h
│   │   ├── Interpolation.h
│   │   ├── LevelSetAdvect.h
│   │   ├── LevelSetFilter.h
│   │   ├── LevelSetFracture.h
│   │   ├── LevelSetMeasure.h
│   │   ├── LevelSetMorph.h
│   │   ├── LevelSetPlatonic.h
│   │   ├── LevelSetRebuild.h
│   │   ├── LevelSetSphere.h
│   │   ├── LevelSetTracker.h
│   │   ├── LevelSetUtil.h
│   │   ├── Mask.h
│   │   ├── MeshToVolume.h
│   │   ├── Morphology.h
│   │   ├── MultiResGrid.h
│   │   ├── ParticleAtlas.h
│   │   ├── ParticlesToLevelSet.h
│   │   ├── PointAdvect.h
│   │   ├── PointIndexGrid.h
│   │   ├── PointPartitioner.h
│   │   ├── PointScatter.h
│   │   ├── PointsToMask.h
│   │   ├── PoissonSolver.h
│   │   ├── PotentialFlow.h
│   │   ├── Prune.h
│   │   ├── RayIntersector.h
│   │   ├── RayTracer.h
│   │   ├── SignedFloodFill.h
│   │   ├── Statistics.h
│   │   ├── TopologyToLevelSet.h
│   │   ├── ValueTransformer.h
│   │   ├── VectorTransformer.h
│   │   ├── VelocityFields.h
│   │   ├── VolumeAdvect.h
│   │   ├── VolumeToMesh.h
│   │   └── VolumeToSpheres.h
│   ├── tree
│   │   ├── InternalNode.h
│   │   ├── Iterator.h
│   │   ├── LeafBuffer.h
│   │   ├── LeafManager.h
│   │   ├── LeafNodeBool.h
│   │   ├── LeafNode.h
│   │   ├── LeafNodeMask.h
│   │   ├── NodeManager.h
│   │   ├── NodeUnion.h
│   │   ├── RootNode.h
│   │   ├── Tree.h
│   │   ├── TreeIterator.h
│   │   └── ValueAccessor.h
│   ├── Types.h
│   ├── util
│   │   ├── CpuTimer.h
│   │   ├── Formats.h
│   │   ├── logging.h
│   │   ├── MapsUtil.h
│   │   ├── Name.h
│   │   ├── NodeMasks.h
│   │   ├── NullInterrupter.h
│   │   ├── PagedArray.h
│   │   └── Util.h
│   └── version.h
└── lib
├── libopenvdb.so -> libopenvdb.so.6.0.0
├── libopenvdb.so.6.0 -> libopenvdb.so.6.0.0
└── libopenvdb.so.6.0.0
9 directories, 128 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment