1 instantiation of Cluster
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
425home = 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)
126public static void CheckForRasterization(List<Cluster> clusters, List<PrimitiveInfo> commands) 128foreach (Cluster c in clusters) 144public static List<Cluster> CalculateCluster(List<PrimitiveInfo> commands, int count, bool disjoint, List<int>[] oldUnderlay) 146List<Cluster> transparentCluster = new List<Cluster>(); 183Cluster cluster = transparentCluster[clusterIndex]; 286private void MergeWith(Cluster c) 394List<Cluster> transparentCluster, 410Cluster home = null; 414Cluster c = transparentCluster[j];
AlphaFlattener\Primitive.cs (1)
2148public Cluster m_cluster;