/* =========================================================================== Copyright (c) 1994-1998 K.U.Leuven This software is provided AS IS, without any express or implied warranty. In no event will the authors or the K.U.Leuven be held liable for any damages or loss of profit arising from the use or non-fitness for a particular purpose of this software. See file 0README in the home directory of RenderPark for details about copyrights and licensing. =========================================================================== NAME: ui_hierarchy TYPE: c header PROJECT: Renderpark - MC Radiosity CONTENT: User interface methods for hierarchy stuff =========================================================================== AUTHORS: jp Jan Prikryl =========================================================================== HISTORY: 14-Jul-99 10:04:38 jp last modification 14-Jul-99 8:37:28 jp created =========================================================================== */ /* $Id: ui_hierarchy.h,v 1.2 2000/10/30 12:48:18 philippe Exp $ */ #ifndef _RENDERPARK_UI_HIERARCHY_H_ #define _RENDERPARK_UI_HIERARCHY_H_ #ifdef __cplusplus extern "C" { #endif void CreateClusteringMenu(Widget parent); void CreateAccuracyBox(Widget parent); void CreatePdrSubdivideToggleButton(Widget parent); void CreateImpRefinementToggleButton(Widget parent); void CreateImpHierarchicalToggleButton(Widget parent); void CreateHMeshingMenu(Widget parent); #ifdef __cplusplus } #endif #endif