コード例 #1
0
        /// <summary>
        /// Starts this preprocessor.
        /// </summary>
        public void Start()
        {
            // first sort the graph ...
            var sortingPreprocessor = new HilbertSortingPreprocessor<CHEdgeData>(_preprocessor.Target);
            sortingPreprocessor.Start();

            // ... and the build the hierarchy.
            _preprocessor.Start();
        }
コード例 #2
0
        /// <summary>
        /// Starts this preprocessor.
        /// </summary>
        public void Start()
        {
            // first sort the graph ...
            var sortingPreprocessor = new HilbertSortingPreprocessor <CHEdgeData>(_preprocessor.Target);

            sortingPreprocessor.Start();

            // ... and the build the hierarchy.
            _preprocessor.Start();
        }