1 instantiation of Cluster
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
422home = new Cluster();
16 references to Cluster
ReachFramework (16)
AlphaFlattener\Flattener.cs (5)
948List<Cluster> transparentCluster = Cluster.CalculateCluster(commands, count, disjoint, oldUnderlay); 950Cluster.CheckForRasterization(transparentCluster, commands); 969internal void LogInterestingPrimitives(List<PrimitiveInfo> commands, int count, List<Cluster> transparentCluster) 1016internal void SaveInterestingPrimitives(List<PrimitiveInfo> commands, int count, List<Cluster> transparentCluster)
AlphaFlattener\Optimizer.cs (10)
123public static void CheckForRasterization(List<Cluster> clusters, List<PrimitiveInfo> commands) 125foreach (Cluster c in clusters) 141public static List<Cluster> CalculateCluster(List<PrimitiveInfo> commands, int count, bool disjoint, List<int>[] oldUnderlay) 143List<Cluster> transparentCluster = new List<Cluster>(); 180Cluster cluster = transparentCluster[clusterIndex]; 283private void MergeWith(Cluster c) 391List<Cluster> transparentCluster, 407Cluster home = null; 411Cluster c = transparentCluster[j];
AlphaFlattener\Primitive.cs (1)
2155public Cluster m_cluster;