Skip to content
/ Cutlib Public
forked from avr-aics-riken/Cutlib

Cutlib - Cut Information library generates intersections between a polygon and background grid.

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

szks/Cutlib

 
 

Repository files navigation

/*
 * Cutlib - Cut Information Library
 *
 * Copyright (c) 2010-2011 VCAD System Research Program, RIKEN.
 * All rights reserved.
 *
 * Copyright (c) 2012-2014 Advanced Institute for Computational Science, RIKEN.
 * All rights reserved.
 *
 */


OUTLINE
=======

This Cut Information library provides functions to calculate intersection between 
polygon face and background grid, and to manage generated information. Both Cartesian 
and Octree grid data structure can be utilized for the background grid.


INGREDIENTS
===========

AUTHORS                Contributors
ChangeLog              History of modification
COPYING                Copyright
doc/                   
  cutlib_ug.pdf        User's manual (in Japanese)
  Cutlib3intro.pdf     Outline and introduction (in Japanese)
doxygen/
  Doxyfile             Configuration file to generate a doxygen file
examples/
  Makefile_hand        For hand compile
  Cell/                Cartesian cell center
  Cell_Normal/         Cartesian cell center with normal vector
  Node/                Cartesian node
  Node_Normal/         Cartesian node with normal vector
  Octree/              Octree source
  STL_data/            sample STL data
  util/                utility source
include/               Header files
INSTALL                Description of how to install
LICENSE                License to apply
make_setting           Macro for hand compile
Makefile_hand          Building Cutlib by hand compile
NEWS                   Release note
README                 This document
src/                   Source codes

About

Cutlib - Cut Information library generates intersections between a polygon and background grid.

Resources

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.9%
  • Shell 25.7%
  • C 6.4%